#AF60BF

Color #AF60BF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AF60BF

Tints of Medium Orchid #AF60BF

Color information

#AF60BF (or 0xAF60BF) is unknown color: approx Medium Orchid. HEX triplet: AF, 60 and BF. RGB value is (175,96,191). Sum of RGB (Red+Green+Blue) = 175+96+191=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF60BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60BF is #509F40. Grayscale: #828282. Windows color (decimal): -5283649 or 12542127. OLE color: 12542127.

HSL color Cylindrical-coordinate representation of color #AF60BF: hue angle of 289.89º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF60BF is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17596191-
CMYK0.080.5000.25
HSL289.89º42.6%56.27%-
HSV(B)289.89º49.74%74.9%-
XYZ31.2721.2451.74-
YUV130.45162.17159.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 96 (37.89% from 255) = 20.78%
BLUE value IS 191 (75% from 255) = 41.34%
R=37.88%
G=20.78%
B=41.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175961910.080.5000.25289.8942.656.27
HexAF60BF8320191222b38
Octal25714027710620314425370
Binary101011111100000101111111000110010011001100100010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF60BF; }

 p { color: rgb(175,96,191); }

 H1.HeaderClassName
 {
   color: #AF60BF;
 }
 .AnyTagClassName
 {
   color: #AF60BF;
 }
</style>
background-color css

<style>
 a { background-color: #AF60BF; }

 a { background-color: rgb(175,96,191); }

 div.DivClassName
 {
   background-color: #AF60BF;
 }
 .BgClassName
 {
   background-color: #AF60BF;
 }
</style>
border-color css

<style>
 span { border-color: #AF60BF; }

 span { border-color: rgb(175,96,191); }

 td.TdClassName
 {
   border-color: #AF60BF;
 }
 .TagClassName
 {
   border-color: #AF60BF;
 }
</style>