#A021AA

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

Shades of Dark Orchid #A021AA

Tints of Dark Orchid #A021AA

Color information

#A021AA (or 0xA021AA) is unknown color: approx Dark Orchid. HEX triplet: A0, 21 and AA. RGB value is (160,33,170). Sum of RGB (Red+Green+Blue) = 160+33+170=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #A021AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A021AA is #5FDE55. Grayscale: #565656. Windows color (decimal): -6282838 or 11149728. OLE color: 11149728.

HSL color Cylindrical-coordinate representation of color #A021AA: hue angle of 295.62º degrees, saturation: 0.67, 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 #A021AA is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16033170-
CMYK0.060.8100.33
HSL295.62º67.49%39.8%-
HSV(B)295.62º80.59%66.67%-
XYZ22.311.4639.07-
YUV86.59175.08180.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.08%
GREEN value IS 33 (13.28% from 255) = 9.09%
BLUE value IS 170 (66.80% from 255) = 46.83%
R=44.08%
G=9.09%
B=46.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160331700.060.8100.33295.6267.4939.8
HexA021AA6510211284328
Octal24041252612104145010350
Binary1010000010000110101010110101000101000011001010001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A021AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A021AA; }

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

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

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

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

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

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

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

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