#AF66CD

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

Shades of Medium Orchid #AF66CD

Tints of Medium Orchid #AF66CD

Color information

#AF66CD (or 0xAF66CD) is unknown color: approx Medium Orchid. HEX triplet: AF, 66 and CD. RGB value is (175,102,205). Sum of RGB (Red+Green+Blue) = 175+102+205=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF66CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66CD is #509932. Grayscale: #878787. Windows color (decimal): -5282099 or 13461167. OLE color: 13461167.

HSL color Cylindrical-coordinate representation of color #AF66CD: hue angle of 282.52º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF66CD is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175102205-
CMYK0.150.5000.20
HSL282.52º50.74%60.2%-
HSV(B)282.52º50.24%80.39%-
XYZ33.4523.0260.44-
YUV135.57167.18156.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 102 (40.23% from 255) = 21.16%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=36.31%
G=21.16%
B=42.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751022050.150.5000.20282.5250.7460.2
HexAF66CDF3201411b333c
Octal25714631517620244336374
Binary101011111100110110011011111110010010100100011011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF66CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF66CD; }

 p { color: rgb(175,102,205); }

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

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

 a { background-color: rgb(175,102,205); }

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

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

 span { border-color: rgb(175,102,205); }

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