#AF66CA

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

Shades of Medium Orchid #AF66CA

Tints of Medium Orchid #AF66CA

Color information

#AF66CA (or 0xAF66CA) is unknown color: approx Medium Orchid. HEX triplet: AF, 66 and CA. RGB value is (175,102,202). Sum of RGB (Red+Green+Blue) = 175+102+202=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF66CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66CA is #509935. Grayscale: #868686. Windows color (decimal): -5282102 or 13264559. OLE color: 13264559.

HSL color Cylindrical-coordinate representation of color #AF66CA: hue angle of 283.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF66CA is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175102202-
CMYK0.130.5000.21
HSL283.8º48.54%59.61%-
HSV(B)283.8º49.5%79.22%-
XYZ33.0922.8858.55-
YUV135.23165.68156.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 102 (40.23% from 255) = 21.29%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=36.53%
G=21.29%
B=42.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751022020.130.5000.21283.848.5459.61
HexAF66CAD3201511c313c
Octal25714631215620254346174
Binary101011111100110110010101101110010010101100011100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF66CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF66CA; }

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

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

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

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

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

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

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

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