#AC2AC5

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

Shades of Dark Orchid #AC2AC5

Tints of Dark Orchid #AC2AC5

Color information

#AC2AC5 (or 0xAC2AC5) is unknown color: approx Dark Orchid. HEX triplet: AC, 2A and C5. RGB value is (172,42,197). Sum of RGB (Red+Green+Blue) = 172+42+197=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 197 (77.34% from 255 or 47.93% from 411); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC2AC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2AC5 is #53D53A. Grayscale: #626262. Windows color (decimal): -5494075 or 12921516. OLE color: 12921516.

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

Color convert

RGB17242197-
CMYK0.130.7900.23
HSL290.32º64.85%46.86%-
HSV(B)290.32º78.68%77.25%-
XYZ27.9214.4654.14-
YUV98.54183.57180.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 42 (16.80% from 255) = 10.22%
BLUE value IS 197 (77.34% from 255) = 47.93%
R=41.85%
G=10.22%
B=47.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal172421970.130.7900.23290.3264.8546.86
HexAC2AC5D4F017122412f
Octal254523051511702744210157
Binary1010110010101011000101110110011110101111001000101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2AC5; }

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

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

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

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

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

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

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

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