Html Css Color HEX #AA21DB Dark Orchid

📋 copy color: '#AA21DB'

red 170 ◦ green 33 ◦ blue 219

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

Shades of Dark Orchid #AA21DB

Tints of Dark Orchid #AA21DB

RGB

 RED value IS 170 (66.8% from 255) = 40.28%

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

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

R = 40.28%
G = 7.82%
B = 51.9%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA21DB (or 0xAA21DB) is known color: Dark Orchid. HEX triplet: AA, 21 and DB. RGB value is (170,33,219). Sum of RGB (Red+Green+Blue) = 170+33+219=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA21DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA21DB is #55DE24. Grayscale: #5E5E5E. Windows color (decimal): -5627429 or 14361002. OLE color: 14361002.

HSL color Cylindrical-coordinate representation of color #AA21DB: hue angle of 284.19º 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 #AA21DB is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 33 219 -
CMYK 0.22 0.85 0 0.14
HSL 284.19º 0.74% 0.49% -
HSV(B) 284.19º 0.85% 0.86% -
XYZ 29.91 14.75 68.29 -
YUV 95.17 197.89 181.38 -
System Red Green Blue C M Y K H S L
Decimal 170 33 219 0.22 0.85 0 0.14 284.19 0.74 0.49
Hex AA 21 DB 16 55 0 E 11C 4A 31
Octal 252 41 333 26 125 0 16 434 112 61
Binary 10101010 100001 11011011 10110 1010101 0 1110 100011100 1001010 110001

Color Harmonies of #AA21DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA21DB

Black with #AA21DB

Text Example


Text Example

White with #AA21DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA21DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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