Html Css Color HEX #AA0FDB Dark Violet

📋 copy color: '#AA0FDB'

red 170 ◦ green 15 ◦ blue 219

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

Shades of Dark Violet #AA0FDB

Tints of Dark Violet #AA0FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.71%

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

R = 42.08%
G = 3.71%
B = 54.21%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA0FDB (or 0xAA0FDB) is known color: Dark Violet. HEX triplet: AA, 0F and DB. RGB value is (170,15,219). Sum of RGB (Red+Green+Blue) = 170+15+219=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA0FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0FDB is #55F024. Grayscale: #535353. Windows color (decimal): -5632037 or 14356394. OLE color: 14356394.

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

Color convert

RGB 170 15 219 -
CMYK 0.22 0.93 0 0.14
HSL 285.59º 0.87% 0.46% -
HSV(B) 285.59º 0.93% 0.86% -
XYZ 29.53 14 68.16 -
YUV 84.6 203.85 188.91 -
System Red Green Blue C M Y K H S L
Decimal 170 15 219 0.22 0.93 0 0.14 285.59 0.87 0.46
Hex AA F DB 16 5D 0 E 11E 57 2E
Octal 252 17 333 26 135 0 16 436 127 56
Binary 10101010 1111 11011011 10110 1011101 0 1110 100011110 1010111 101110

Color Harmonies of #AA0FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0FDB

Black with #AA0FDB

Text Example


Text Example

White with #AA0FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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