#AC39CA

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

Shades of Dark Orchid #AC39CA

Tints of Dark Orchid #AC39CA

Color information

#AC39CA (or 0xAC39CA) is unknown color: approx Dark Orchid. HEX triplet: AC, 39 and CA. RGB value is (172,57,202). Sum of RGB (Red+Green+Blue) = 172+57+202=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC39CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC39CA is #53C635. Grayscale: #6B6B6B. Windows color (decimal): -5490230 or 13253036. OLE color: 13253036.

HSL color Cylindrical-coordinate representation of color #AC39CA: hue angle of 287.59º 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 #AC39CA is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17257202-
CMYK0.150.7200.21
HSL287.59º57.77%50.78%-
HSV(B)287.59º71.78%79.22%-
XYZ29.1415.9657.42-
YUV107.92181.1173.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 57 (22.66% from 255) = 13.23%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=39.91%
G=13.23%
B=46.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172572020.150.7200.21287.5957.7750.78
HexAC39CAF480151203a33
Octal25471312171100254407263
Binary101011001110011100101011111001000010101100100000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC39CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC39CA; }

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

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

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

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

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

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

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

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