Html Css Color HEX #AA05DB Dark Violet

📋 copy color: '#AA05DB'

red 170 ◦ green 5 ◦ blue 219

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

Shades of Dark Violet #AA05DB

Tints of Dark Violet #AA05DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.27%

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

R = 43.15%
G = 1.27%
B = 55.58%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA05DB (or 0xAA05DB) is known color: Dark Violet. HEX triplet: AA, 05 and DB. RGB value is (170,5,219). Sum of RGB (Red+Green+Blue) = 170+5+219=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA05DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA05DB is #55FA24. Grayscale: #4E4E4E. Windows color (decimal): -5634597 or 14353834. OLE color: 14353834.

HSL color Cylindrical-coordinate representation of color #AA05DB: hue angle of 286.26º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA05DB is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 5 219 -
CMYK 0.22 0.98 0 0.14
HSL 286.26º 0.96% 0.44% -
HSV(B) 286.26º 0.98% 0.86% -
XYZ 29.42 13.77 68.13 -
YUV 78.73 207.16 193.1 -
System Red Green Blue C M Y K H S L
Decimal 170 5 219 0.22 0.98 0 0.14 286.26 0.96 0.44
Hex AA 5 DB 16 62 0 E 11E 60 2C
Octal 252 5 333 26 142 0 16 436 140 54
Binary 10101010 101 11011011 10110 1100010 0 1110 100011110 1100000 101100

Color Harmonies of #AA05DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA05DB

Black with #AA05DB

Text Example


Text Example

White with #AA05DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA05DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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