Html Css Color HEX #A021DB Dark Orchid

📋 copy color: '#A021DB'

red 160 ◦ green 33 ◦ blue 219

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

Shades of Dark Orchid #A021DB

Tints of Dark Orchid #A021DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.16%

R = 38.83%
G = 8.01%
B = 53.16%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A021DB (or 0xA021DB) is known color: Dark Orchid. HEX triplet: A0, 21 and DB. RGB value is (160,33,219). Sum of RGB (Red+Green+Blue) = 160+33+219=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #A021DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A021DB is #5FDE24. Grayscale: #5B5B5B. Windows color (decimal): -6282789 or 14360992. OLE color: 14360992.

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

Color convert

RGB 160 33 219 -
CMYK 0.27 0.85 0 0.14
HSL 280.97º 0.74% 0.49% -
HSV(B) 280.97º 0.85% 0.86% -
XYZ 27.83 13.68 68.19 -
YUV 92.18 199.58 176.38 -
System Red Green Blue C M Y K H S L
Decimal 160 33 219 0.27 0.85 0 0.14 280.97 0.74 0.49
Hex A0 21 DB 1B 55 0 E 119 4A 31
Octal 240 41 333 33 125 0 16 431 112 61
Binary 10100000 100001 11011011 11011 1010101 0 1110 100011001 1001010 110001

Color Harmonies of #A021DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A021DB

Black with #A021DB

Text Example


Text Example

White with #A021DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A021DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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