Html Css Color HEX #A021AB Dark Orchid

📋 copy color: '#A021AB'

red 160 ◦ green 33 ◦ blue 171

#A021AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A021AB

Tints of Dark Orchid #A021AB

RGB

 RED value IS 160 (62.89% from 255) = 43.96%

 GREEN value IS 33 (13.28% from 255) = 9.07%

 BLUE value IS 171 (67.19% from 255) = 46.98%

R = 43.96%
G = 9.07%
B = 46.98%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A021AB (or 0xA021AB) is known color: Dark Orchid. HEX triplet: A0, 21 and AB. RGB value is (160,33,171). Sum of RGB (Red+Green+Blue) = 160+33+171=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #A021AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A021AB is #5FDE54. Grayscale: #565656. Windows color (decimal): -6282837 or 11215264. OLE color: 11215264.

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

Color convert

RGB 160 33 171 -
CMYK 0.06 0.81 0 0.33
HSL 295.22º 0.68% 0.4% -
HSV(B) 295.22º 0.81% 0.67% -
XYZ 22.39 11.5 39.57 -
YUV 86.71 175.58 180.28 -
System Red Green Blue C M Y K H S L
Decimal 160 33 171 0.06 0.81 0 0.33 295.22 0.68 0.4
Hex A0 21 AB 6 51 0 21 127 44 28
Octal 240 41 253 6 121 0 41 447 104 50
Binary 10100000 100001 10101011 110 1010001 0 100001 100100111 1000100 101000

Color Harmonies of #A021AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A021AB

Black with #A021AB

Text Example


Text Example

White with #A021AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A021AB; }

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

 H1.HeaderClassName
 {
   color: #A021AB;
 }
 .AnyTagClassName
 {
   color: #A021AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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