#AF60CE

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

Shades of Medium Orchid #AF60CE

Tints of Medium Orchid #AF60CE

Color information

#AF60CE (or 0xAF60CE) is unknown color: approx Medium Orchid. HEX triplet: AF, 60 and CE. RGB value is (175,96,206). Sum of RGB (Red+Green+Blue) = 175+96+206=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF60CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60CE is #509F31. Grayscale: #838383. Windows color (decimal): -5283634 or 13525167. OLE color: 13525167.

HSL color Cylindrical-coordinate representation of color #AF60CE: hue angle of 283.09º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF60CE is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17596206-
CMYK0.150.5300.19
HSL283.09º52.88%59.22%-
HSV(B)283.09º53.4%80.78%-
XYZ3321.9460.89-
YUV132.16169.67158.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 96 (37.89% from 255) = 20.13%
BLUE value IS 206 (80.86% from 255) = 43.19%
R=36.69%
G=20.13%
B=43.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal175962060.150.5300.19283.0952.8859.22
HexAF60CEF3501311b353b
Octal25714031617650234336573
Binary101011111100000110011101111110101010011100011011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF60CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF60CE; }

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

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

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

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

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

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

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

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