#AA08C5

Color #AA08C5 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #AA08C5

Tints of Dark Violet #AA08C5

Color information

#AA08C5 (or 0xAA08C5) is unknown color: approx Dark Violet. HEX triplet: AA, 08 and C5. RGB value is (170,8,197). Sum of RGB (Red+Green+Blue) = 170+8+197=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 197 (77.34% from 255 or 52.53% from 375); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA08C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA08C5 is #55F73A. Grayscale: #4D4D4D. Windows color (decimal): -5633851 or 12912810. OLE color: 12912810.

HSL color Cylindrical-coordinate representation of color #AA08C5: hue angle of 291.43º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA08C5 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1708197-
CMYK0.140.9600.23
HSL291.43º92.2%40.2%-
HSV(B)291.43º95.94%77.25%-
XYZ26.7412.7553.88-
YUV77.98195.17193.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 8 (3.52% from 255) = 2.13%
BLUE value IS 197 (77.34% from 255) = 52.53%
R=45.33%
G=2.13%
B=52.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal17081970.140.9600.23291.4392.240.2
HexAA8C5E600171235c28
Octal252103051614002744313450
Binary10101010100011000101111011000000101111001000111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA08C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA08C5; }

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

 H1.HeaderClassName
 {
   color: #AA08C5;
 }
 .AnyTagClassName
 {
   color: #AA08C5;
 }
</style>
background-color css

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

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

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

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

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

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