#A021AC

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

Shades of Dark Orchid #A021AC

Tints of Dark Orchid #A021AC

Color information

#A021AC (or 0xA021AC) is unknown color: approx Dark Orchid. HEX triplet: A0, 21 and AC. RGB value is (160,33,172). Sum of RGB (Red+Green+Blue) = 160+33+172=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #A021AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A021AC is #5FDE53. Grayscale: #565656. Windows color (decimal): -6282836 or 11280800. OLE color: 11280800.

HSL color Cylindrical-coordinate representation of color #A021AC: hue angle of 294.82º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A021AC is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16033172-
CMYK0.070.8100.33
HSL294.82º67.8%40.2%-
HSV(B)294.82º80.81%67.45%-
XYZ22.4911.5440.07-
YUV86.82176.08180.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.84%
GREEN value IS 33 (13.28% from 255) = 9.04%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=43.84%
G=9.04%
B=47.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160331720.070.8100.33294.8267.840.2
HexA021AC7510211274428
Octal24041254712104144710450
Binary1010000010000110101100111101000101000011001001111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A021AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A021AC; }

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

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

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

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

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

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

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

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