#AC2AE9

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

Shades of Dark Orchid #AC2AE9

Tints of Dark Orchid #AC2AE9

Color information

#AC2AE9 (or 0xAC2AE9) is unknown color: approx Dark Orchid. HEX triplet: AC, 2A and E9. RGB value is (172,42,233). Sum of RGB (Red+Green+Blue) = 172+42+233=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 233 (91.41% from 255 or 52.13% from 447); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC2AE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC2AE9 is #53D516. Grayscale: #666666. Windows color (decimal): -5494039 or 15280812. OLE color: 15280812.

HSL color Cylindrical-coordinate representation of color #AC2AE9: hue angle of 280.84º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC2AE9 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17242233-
CMYK0.260.8200.09
HSL280.84º81.28%53.92%-
HSV(B)280.84º81.97%91.37%-
XYZ32.5516.3178.52-
YUV102.64201.57177.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 42 (16.80% from 255) = 9.40%
BLUE value IS 233 (91.41% from 255) = 52.13%
R=38.48%
G=9.40%
B=52.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal172422330.260.8200.09280.8481.2853.92
HexAC2AE91A52091195136
Octal254523513212201143112166
Binary1010110010101011101001110101010010010011000110011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2AE9; }

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

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

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

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

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

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

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

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