Html Css Color HEX #AA10DB Dark Violet

📋 copy color: '#AA10DB'

red 170 ◦ green 16 ◦ blue 219

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

Shades of Dark Violet #AA10DB

Tints of Dark Violet #AA10DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.95%

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

R = 41.98%
G = 3.95%
B = 54.07%

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

#AA10DB (or 0xAA10DB) is known color: Dark Violet. HEX triplet: AA, 10 and DB. RGB value is (170,16,219). Sum of RGB (Red+Green+Blue) = 170+16+219=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA10DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10DB is #55EF24. Grayscale: #545454. Windows color (decimal): -5631781 or 14356650. OLE color: 14356650.

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

Color convert

RGB 170 16 219 -
CMYK 0.22 0.93 0 0.14
HSL 285.52º 0.86% 0.46% -
HSV(B) 285.52º 0.93% 0.86% -
XYZ 29.55 14.03 68.17 -
YUV 85.19 203.52 188.49 -
System Red Green Blue C M Y K H S L
Decimal 170 16 219 0.22 0.93 0 0.14 285.52 0.86 0.46
Hex AA 10 DB 16 5D 0 E 11E 56 2E
Octal 252 20 333 26 135 0 16 436 126 56
Binary 10101010 10000 11011011 10110 1011101 0 1110 100011110 1010110 101110

Color Harmonies of #AA10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10DB

Black with #AA10DB

Text Example


Text Example

White with #AA10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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