#AC36C9

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

Shades of Dark Orchid #AC36C9

Tints of Dark Orchid #AC36C9

Color information

#AC36C9 (or 0xAC36C9) is unknown color: approx Dark Orchid. HEX triplet: AC, 36 and C9. RGB value is (172,54,201). Sum of RGB (Red+Green+Blue) = 172+54+201=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC36C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC36C9 is #53C936. Grayscale: #696969. Windows color (decimal): -5490999 or 13186732. OLE color: 13186732.

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

Color convert

RGB17254201-
CMYK0.140.7300.21
HSL288.16º57.65%50%-
HSV(B)288.16º73.13%78.82%-
XYZ28.8815.6356.75-
YUV106.04181.59175.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 54 (21.48% from 255) = 12.65%
BLUE value IS 201 (78.91% from 255) = 47.07%
R=40.28%
G=12.65%
B=47.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172542010.140.7300.21288.1657.6550
HexAC36C9E490151203a32
Octal25466311161110254407262
Binary101011001101101100100111101001001010101100100000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC36C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC36C9; }

 p { color: rgb(172,54,201); }

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

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

 a { background-color: rgb(172,54,201); }

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

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

 span { border-color: rgb(172,54,201); }

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