#AA07C4

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

Shades of Dark Violet #AA07C4

Tints of Dark Violet #AA07C4

Color information

#AA07C4 (or 0xAA07C4) is unknown color: approx Dark Violet. HEX triplet: AA, 07 and C4. RGB value is (170,7,196). Sum of RGB (Red+Green+Blue) = 170+7+196=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 196 (76.95% from 255 or 52.55% from 373); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA07C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA07C4 is #55F83B. Grayscale: #4C4C4C. Windows color (decimal): -5634108 or 12847018. OLE color: 12847018.

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

Color convert

RGB1707196-
CMYK0.130.9600.23
HSL291.75º93.1%39.8%-
HSV(B)291.75º96.43%76.86%-
XYZ26.6212.6853.27-
YUV77.28195194.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 7 (3.12% from 255) = 1.88%
BLUE value IS 196 (76.95% from 255) = 52.55%
R=45.58%
G=1.88%
B=52.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal17071960.130.9600.23291.7593.139.8
HexAA7C4D600171245d28
Octal25273041514002744413550
Binary1010101011111000100110111000000101111001001001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA07C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA07C4; }

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

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

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

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

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

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

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

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