#AA58AB

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

Shades of Violet Blue #AA58AB

Tints of Violet Blue #AA58AB

Color information

#AA58AB (or 0xAA58AB) is unknown color: approx Violet Blue. HEX triplet: AA, 58 and AB. RGB value is (170,88,171). Sum of RGB (Red+Green+Blue) = 170+88+171=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA58AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA58AB is #55A754. Grayscale: #797979. Windows color (decimal): -5613397 or 11229354. OLE color: 11229354.

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

Color convert

RGB17088171-
CMYK0.010.4900.33
HSL299.28º33.07%50.78%-
HSV(B)299.28º48.54%67.06%-
XYZ27.4218.4740.65-
YUV121.98155.67162.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 88 (34.77% from 255) = 20.51%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=39.63%
G=20.51%
B=39.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170881710.010.4900.33299.2833.0750.78
HexAA58AB13102112b2133
Octal2521302531610414534163
Binary1010101010110001010101111100010100001100101011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA58AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA58AB; }

 p { color: rgb(170,88,171); }

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

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

 a { background-color: rgb(170,88,171); }

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

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

 span { border-color: rgb(170,88,171); }

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