#AF39CA

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

Shades of Dark Orchid #AF39CA

Tints of Dark Orchid #AF39CA

Color information

#AF39CA (or 0xAF39CA) is unknown color: approx Dark Orchid. HEX triplet: AF, 39 and CA. RGB value is (175,57,202). Sum of RGB (Red+Green+Blue) = 175+57+202=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 57 (22.66% from 255 or 13.13% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF39CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF39CA is #50C635. Grayscale: #6C6C6C. Windows color (decimal): -5293622 or 13253039. OLE color: 13253039.

HSL color Cylindrical-coordinate representation of color #AF39CA: hue angle of 288.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF39CA is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17557202-
CMYK0.130.7200.21
HSL288.83º57.77%50.78%-
HSV(B)288.83º71.78%79.22%-
XYZ29.816.357.45-
YUV108.81180.59175.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 57 (22.66% from 255) = 13.13%
BLUE value IS 202 (79.30% from 255) = 46.54%
R=40.32%
G=13.13%
B=46.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175572020.130.7200.21288.8357.7750.78
HexAF39CAD480151213a33
Octal25771312151100254417263
Binary101011111110011100101011011001000010101100100001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF39CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF39CA; }

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

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

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

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

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

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

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

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