#A020AB

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

Shades of Dark Orchid #A020AB

Tints of Dark Orchid #A020AB

Color information

#A020AB (or 0xA020AB) is unknown color: approx Dark Orchid. HEX triplet: A0, 20 and AB. RGB value is (160,32,171). Sum of RGB (Red+Green+Blue) = 160+32+171=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #A020AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A020AB is #5FDF54. Grayscale: #555555. Windows color (decimal): -6283093 or 11215008. OLE color: 11215008.

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

Color convert

RGB16032171-
CMYK0.060.8100.33
HSL295.25º68.47%39.8%-
HSV(B)295.25º81.29%67.06%-
XYZ22.3611.4539.56-
YUV86.12175.91180.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.08%
GREEN value IS 32 (12.89% from 255) = 8.82%
BLUE value IS 171 (67.19% from 255) = 47.11%
R=44.08%
G=8.82%
B=47.11%

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
Decimal160321710.060.8100.33295.2568.4739.8
HexA020AB6510211274428
Octal24040253612104144710450
Binary1010000010000010101011110101000101000011001001111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A020AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A020AB; }

 p { color: rgb(160,32,171); }

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

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

 a { background-color: rgb(160,32,171); }

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

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

 span { border-color: rgb(160,32,171); }

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