Html Css Color HEX #AA08DC Dark Violet

📋 copy color: '#AA08DC'

red 170 ◦ green 8 ◦ blue 220

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

Shades of Dark Violet #AA08DC

Tints of Dark Violet #AA08DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.28%

R = 42.71%
G = 2.01%
B = 55.28%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA08DC (or 0xAA08DC) is known color: Dark Violet. HEX triplet: AA, 08 and DC. RGB value is (170,8,220). Sum of RGB (Red+Green+Blue) = 170+8+220=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA08DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA08DC is #55F723. Grayscale: #4F4F4F. Windows color (decimal): -5633828 or 14420138. OLE color: 14420138.

HSL color Cylindrical-coordinate representation of color #AA08DC: hue angle of 285.85º 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 #AA08DC is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 8 220 -
CMYK 0.23 0.96 0 0.14
HSL 285.85º 0.93% 0.45% -
HSV(B) 285.85º 0.96% 0.86% -
XYZ 29.58 13.89 68.83 -
YUV 80.61 206.67 191.76 -
System Red Green Blue C M Y K H S L
Decimal 170 8 220 0.23 0.96 0 0.14 285.85 0.93 0.45
Hex AA 8 DC 17 60 0 E 11E 5D 2D
Octal 252 10 334 27 140 0 16 436 135 55
Binary 10101010 1000 11011100 10111 1100000 0 1110 100011110 1011101 101101

Color Harmonies of #AA08DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA08DC

Black with #AA08DC

Text Example


Text Example

White with #AA08DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA08DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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