#AC2ADD

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

Shades of Dark Orchid #AC2ADD

Tints of Dark Orchid #AC2ADD

Color information

#AC2ADD (or 0xAC2ADD) is unknown color: approx Dark Orchid. HEX triplet: AC, 2A and DD. RGB value is (172,42,221). Sum of RGB (Red+Green+Blue) = 172+42+221=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC2ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ADD is #53D522. Grayscale: #646464. Windows color (decimal): -5494051 or 14494380. OLE color: 14494380.

HSL color Cylindrical-coordinate representation of color #AC2ADD: hue angle of 283.58º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2ADD is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17242221-
CMYK0.220.8100.13
HSL283.58º72.47%51.57%-
HSV(B)283.58º81%86.67%-
XYZ30.8915.6569.8-
YUV101.28195.57178.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 42 (16.80% from 255) = 9.66%
BLUE value IS 221 (86.72% from 255) = 50.80%
R=39.54%
G=9.66%
B=50.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172422210.220.8100.13283.5872.4751.57
HexAC2ADD16510D11c4834
Octal254523352612101543411064
Binary1010110010101011011101101101010001011011000111001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2ADD; }

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

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

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

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

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

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

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

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