Html Css Color HEX #AA08DB Dark Violet

📋 copy color: '#AA08DB'

red 170 ◦ green 8 ◦ blue 219

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

Shades of Dark Violet #AA08DB

Tints of Dark Violet #AA08DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.02%

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

R = 42.82%
G = 2.02%
B = 55.16%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA08DB (or 0xAA08DB) is known color: Dark Violet. HEX triplet: AA, 08 and DB. RGB value is (170,8,219). Sum of RGB (Red+Green+Blue) = 170+8+219=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA08DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA08DB is #55F724. Grayscale: #4F4F4F. Windows color (decimal): -5633829 or 14354602. OLE color: 14354602.

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

Color convert

RGB 170 8 219 -
CMYK 0.22 0.96 0 0.14
HSL 286.07º 0.93% 0.45% -
HSV(B) 286.07º 0.96% 0.86% -
XYZ 29.45 13.83 68.14 -
YUV 80.49 206.17 191.84 -
System Red Green Blue C M Y K H S L
Decimal 170 8 219 0.22 0.96 0 0.14 286.07 0.93 0.45
Hex AA 8 DB 16 60 0 E 11E 5D 2D
Octal 252 10 333 26 140 0 16 436 135 55
Binary 10101010 1000 11011011 10110 1100000 0 1110 100011110 1011101 101101

Color Harmonies of #AA08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA08DB

Black with #AA08DB

Text Example


Text Example

White with #AA08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA08DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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