#AA5AA8

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

Shades of Violet Blue #AA5AA8

Tints of Violet Blue #AA5AA8

Color information

#AA5AA8 (or 0xAA5AA8) is unknown color: approx Violet Blue. HEX triplet: AA, 5A and A8. RGB value is (170,90,168). Sum of RGB (Red+Green+Blue) = 170+90+168=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5AA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5AA8 is #55A557. Grayscale: #7A7A7A. Windows color (decimal): -5612888 or 11033258. OLE color: 11033258.

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

Color convert

RGB17090168-
CMYK00.470.010.33
HSL301.5º32%50.98%-
HSV(B)301.5º47.06%66.67%-
XYZ27.318.6939.21-
YUV122.81153.5161.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 90 (35.55% from 255) = 21.03%
BLUE value IS 168 (66.02% from 255) = 39.25%
R=39.72%
G=21.03%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709016800.470.010.33301.53250.98
HexAA5AA802F12112e2033
Octal2521322500571414564063
Binary1010101010110101010100001011111100001100101110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5AA8; }

 p { color: rgb(170,90,168); }

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

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

 a { background-color: rgb(170,90,168); }

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

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

 span { border-color: rgb(170,90,168); }

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