#AA07C5

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

Shades of Dark Violet #AA07C5

Tints of Dark Violet #AA07C5

Color information

#AA07C5 (or 0xAA07C5) is unknown color: approx Dark Violet. HEX triplet: AA, 07 and C5. RGB value is (170,7,197). Sum of RGB (Red+Green+Blue) = 170+7+197=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 197 (77.34% from 255 or 52.67% from 374); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA07C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA07C5 is #55F83A. Grayscale: #4C4C4C. Windows color (decimal): -5634107 or 12912554. OLE color: 12912554.

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

Color convert

RGB1707197-
CMYK0.140.9600.23
HSL291.47º93.14%40%-
HSV(B)291.47º96.45%77.25%-
XYZ26.7312.7353.87-
YUV77.4195.5194.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 7 (3.12% from 255) = 1.87%
BLUE value IS 197 (77.34% from 255) = 52.67%
R=45.45%
G=1.87%
B=52.67%

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
Decimal17071970.140.9600.23291.4793.1440
HexAA7C5E600171235d28
Octal25273051614002744313550
Binary1010101011111000101111011000000101111001000111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA07C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA07C5; }

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

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

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

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

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

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

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

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