#AA75AC

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

Shades of Violet Blue #AA75AC

Tints of Violet Blue #AA75AC

Color information

#AA75AC (or 0xAA75AC) is unknown color: approx Violet Blue. HEX triplet: AA, 75 and AC. RGB value is (170,117,172). Sum of RGB (Red+Green+Blue) = 170+117+172=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA75AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA75AC is #558A53. Grayscale: #8A8A8A. Windows color (decimal): -5605972 or 11302314. OLE color: 11302314.

HSL color Cylindrical-coordinate representation of color #AA75AC: hue angle of 297.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA75AC is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170117172-
CMYK0.010.3200.33
HSL297.82º24.89%56.67%-
HSV(B)297.82º31.98%67.45%-
XYZ30.3924.2542.11-
YUV139.12146.56150.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 117 (46.09% from 255) = 25.49%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=37.04%
G=25.49%
B=37.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701171720.010.3200.33297.8224.8956.67
HexAA75AC12002112a1939
Octal2521652541400414523171
Binary101010101110101101011001100000010000110010101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA75AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA75AC; }

 p { color: rgb(170,117,172); }

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

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

 a { background-color: rgb(170,117,172); }

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

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

 span { border-color: rgb(170,117,172); }

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