#ac2ac8

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

Shades of Dark Orchid #AC2AC8

Tints of Dark Orchid #AC2AC8

Color information

#AC2AC8 (or 0xAC2AC8) is unknown color: approx Dark Orchid. HEX triplet: AC, 2A and C8. RGB value is (172,42,200). Sum of RGB (Red+Green+Blue) = 172+42+200=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 200 (78.52% from 255 or 48.31% from 414); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC2AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2AC8 is #53D537. Grayscale: #626262. Windows color (decimal): -5494072 or 13118124. OLE color: 13118124.

HSL color Cylindrical-coordinate representation of color #AC2AC8: hue angle of 289.37º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2AC8 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17242200-
CMYK0.140.7900.22
HSL289.37º65.29%47.45%-
HSV(B)289.37º79%78.43%-
XYZ28.2714.655.97-
YUV98.88185.07180.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 42 (16.80% from 255) = 10.14%
BLUE value IS 200 (78.52% from 255) = 48.31%
R=41.55%
G=10.14%
B=48.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal172422000.140.7900.22289.3765.2947.45
HexAC2AC8E4F016121412f
Octal254523101611702644110157
Binary1010110010101011001000111010011110101101001000011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac2ac8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac2ac8; }

 p { color: rgb(172,42,200); }

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

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

 a { background-color: rgb(172,42,200); }

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

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

 span { border-color: rgb(172,42,200); }

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