Html Css Color HEX #AA08CC Dark Violet

📋 copy color: '#AA08CC'

red 170 ◦ green 8 ◦ blue 204

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

Shades of Dark Violet #AA08CC

Tints of Dark Violet #AA08CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.4%

R = 44.5%
G = 2.09%
B = 53.4%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA08CC (or 0xAA08CC) is known color: Dark Violet. HEX triplet: AA, 08 and CC. RGB value is (170,8,204). Sum of RGB (Red+Green+Blue) = 170+8+204=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA08CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA08CC is #55F733. Grayscale: #4E4E4E. Windows color (decimal): -5633844 or 13371562. OLE color: 13371562.

HSL color Cylindrical-coordinate representation of color #AA08CC: hue angle of 289.59º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA08CC is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 8 204 -
CMYK 0.17 0.96 0 0.2
HSL 289.59º 0.92% 0.42% -
HSV(B) 289.59º 0.96% 0.8% -
XYZ 27.56 13.08 58.2 -
YUV 78.78 198.67 193.06 -
System Red Green Blue C M Y K H S L
Decimal 170 8 204 0.17 0.96 0 0.2 289.59 0.92 0.42
Hex AA 8 CC 11 60 0 14 122 5C 2A
Octal 252 10 314 21 140 0 24 442 134 52
Binary 10101010 1000 11001100 10001 1100000 0 10100 100100010 1011100 101010

Color Harmonies of #AA08CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA08CC

Black with #AA08CC

Text Example


Text Example

White with #AA08CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA08CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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