#AA75A5

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

Shades of Violet Blue #AA75A5

Tints of Violet Blue #AA75A5

Color information

#AA75A5 (or 0xAA75A5) is unknown color: approx Violet Blue. HEX triplet: AA, 75 and A5. RGB value is (170,117,165). Sum of RGB (Red+Green+Blue) = 170+117+165=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AA75A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA75A5 is #558A5A. Grayscale: #8A8A8A. Windows color (decimal): -5605979 or 10843562. OLE color: 10843562.

HSL color Cylindrical-coordinate representation of color #AA75A5: hue angle of 305.66º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA75A5 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB170117165-
CMYK00.310.030.33
HSL305.66º23.77%56.27%-
HSV(B)305.66º31.18%66.67%-
XYZ29.7323.9938.66-
YUV138.32143.06150.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.61%
GREEN value IS 117 (46.09% from 255) = 25.88%
BLUE value IS 165 (64.84% from 255) = 36.50%
R=37.61%
G=25.88%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011716500.310.030.33305.6623.7756.27
HexAA75A501F3211321838
Octal2521652450373414623070
Binary101010101110101101001010111111110000110011001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA75A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA75A5; }

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

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

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

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

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

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

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

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