Html Css Color HEX #AA08C0 Dark Violet

📋 copy color: '#AA08C0'

red 170 ◦ green 8 ◦ blue 192

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

Shades of Dark Violet #AA08C0

Tints of Dark Violet #AA08C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.89%

R = 45.95%
G = 2.16%
B = 51.89%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA08C0 (or 0xAA08C0) is known color: Dark Violet. HEX triplet: AA, 08 and C0. RGB value is (170,8,192). Sum of RGB (Red+Green+Blue) = 170+8+192=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA08C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA08C0 is #55F73F. Grayscale: #4C4C4C. Windows color (decimal): -5633856 or 12585130. OLE color: 12585130.

HSL color Cylindrical-coordinate representation of color #AA08C0: hue angle of 292.83º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA08C0 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 8 192 -
CMYK 0.11 0.96 0 0.25
HSL 292.83º 0.92% 0.39% -
HSV(B) 292.83º 0.96% 0.75% -
XYZ 26.18 12.53 50.91 -
YUV 77.41 192.67 194.04 -
System Red Green Blue C M Y K H S L
Decimal 170 8 192 0.11 0.96 0 0.25 292.83 0.92 0.39
Hex AA 8 C0 B 60 0 19 125 5C 27
Octal 252 10 300 13 140 0 31 445 134 47
Binary 10101010 1000 11000000 1011 1100000 0 11001 100100101 1011100 100111

Color Harmonies of #AA08C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA08C0

Black with #AA08C0

Text Example


Text Example

White with #AA08C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA08C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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