Html Css Color HEX #AA13DB Dark Violet

📋 copy color: '#AA13DB'

red 170 ◦ green 19 ◦ blue 219

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

Shades of Dark Violet #AA13DB

Tints of Dark Violet #AA13DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.66%

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

R = 41.67%
G = 4.66%
B = 53.68%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA13DB (or 0xAA13DB) is known color: Dark Violet. HEX triplet: AA, 13 and DB. RGB value is (170,19,219). Sum of RGB (Red+Green+Blue) = 170+19+219=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 19 (7.81% from 255 or 4.66% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA13DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA13DB is #55EC24. Grayscale: #565656. Windows color (decimal): -5631013 or 14357418. OLE color: 14357418.

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

Color convert

RGB 170 19 219 -
CMYK 0.22 0.91 0 0.14
HSL 285.3º 0.84% 0.47% -
HSV(B) 285.3º 0.91% 0.86% -
XYZ 29.6 14.13 68.18 -
YUV 86.95 202.53 187.24 -
System Red Green Blue C M Y K H S L
Decimal 170 19 219 0.22 0.91 0 0.14 285.3 0.84 0.47
Hex AA 13 DB 16 5B 0 E 11D 54 2F
Octal 252 23 333 26 133 0 16 435 124 57
Binary 10101010 10011 11011011 10110 1011011 0 1110 100011101 1010100 101111

Color Harmonies of #AA13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA13DB

Black with #AA13DB

Text Example


Text Example

White with #AA13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA13DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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