#AC21DA

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

Shades of Dark Orchid #AC21DA

Tints of Dark Orchid #AC21DA

Color information

#AC21DA (or 0xAC21DA) is unknown color: approx Dark Orchid. HEX triplet: AC, 21 and DA. RGB value is (172,33,218). Sum of RGB (Red+Green+Blue) = 172+33+218=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC21DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC21DA is #53DE25. Grayscale: #5F5F5F. Windows color (decimal): -5496358 or 14295468. OLE color: 14295468.

HSL color Cylindrical-coordinate representation of color #AC21DA: hue angle of 285.08º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC21DA is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17233218-
CMYK0.210.8500.15
HSL285.08º73.71%49.22%-
HSV(B)285.08º84.86%85.49%-
XYZ30.2114.9267.62-
YUV95.65197.05182.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 33 (13.28% from 255) = 7.80%
BLUE value IS 218 (85.55% from 255) = 51.54%
R=40.66%
G=7.80%
B=51.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal172332180.210.8500.15285.0873.7149.22
HexAC21DA15550F11d4a31
Octal254413322512501743511261
Binary1010110010000111011010101011010101011111000111011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC21DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC21DA; }

 p { color: rgb(172,33,218); }

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

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

 a { background-color: rgb(172,33,218); }

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

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

 span { border-color: rgb(172,33,218); }

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