#AA4BAB

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

Shades of Violet Blue #AA4BAB

Tints of Violet Blue #AA4BAB

Color information

#AA4BAB (or 0xAA4BAB) is unknown color: approx Violet Blue. HEX triplet: AA, 4B and AB. RGB value is (170,75,171). Sum of RGB (Red+Green+Blue) = 170+75+171=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA4BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4BAB is #55B454. Grayscale: #727272. Windows color (decimal): -5616725 or 11226026. OLE color: 11226026.

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

Color convert

RGB17075171-
CMYK0.010.5600.33
HSL299.38º39.02%48.24%-
HSV(B)299.38º56.14%67.06%-
XYZ26.4416.5240.32-
YUV114.35159.97167.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 75 (29.69% from 255) = 18.03%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=40.87%
G=18.03%
B=41.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170751710.010.5600.33299.3839.0248.24
HexAA4BAB13802112b2730
Octal2521132531700414534760
Binary1010101010010111010101111110000100001100101011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4BAB; }

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

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

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

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

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

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

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

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