Html Css Color HEX #AA03DB Dark Violet

📋 copy color: '#AA03DB'

red 170 ◦ green 3 ◦ blue 219

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

Shades of Dark Violet #AA03DB

Tints of Dark Violet #AA03DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.77%

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

R = 43.37%
G = 0.77%
B = 55.87%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA03DB (or 0xAA03DB) is known color: Dark Violet. HEX triplet: AA, 03 and DB. RGB value is (170,3,219). Sum of RGB (Red+Green+Blue) = 170+3+219=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA03DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA03DB is #55FC24. Grayscale: #4C4C4C. Windows color (decimal): -5635109 or 14353322. OLE color: 14353322.

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

Color convert

RGB 170 3 219 -
CMYK 0.22 0.99 0 0.14
HSL 286.39º 0.97% 0.44% -
HSV(B) 286.39º 0.99% 0.86% -
XYZ 29.4 13.73 68.12 -
YUV 77.56 207.83 193.94 -
System Red Green Blue C M Y K H S L
Decimal 170 3 219 0.22 0.99 0 0.14 286.39 0.97 0.44
Hex AA 3 DB 16 63 0 E 11E 61 2C
Octal 252 3 333 26 143 0 16 436 141 54
Binary 10101010 11 11011011 10110 1100011 0 1110 100011110 1100001 101100

Color Harmonies of #AA03DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA03DB

Black with #AA03DB

Text Example


Text Example

White with #AA03DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA03DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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