#AA4DAB

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

Shades of Violet Blue #AA4DAB

Tints of Violet Blue #AA4DAB

Color information

#AA4DAB (or 0xAA4DAB) is unknown color: approx Violet Blue. HEX triplet: AA, 4D and AB. RGB value is (170,77,171). Sum of RGB (Red+Green+Blue) = 170+77+171=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA4DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4DAB is #55B254. Grayscale: #737373. Windows color (decimal): -5616213 or 11226538. OLE color: 11226538.

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

Color convert

RGB17077171-
CMYK0.010.5500.33
HSL299.36º37.9%48.63%-
HSV(B)299.36º54.97%67.06%-
XYZ26.5816.7940.37-
YUV115.52159.31166.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 77 (30.47% from 255) = 18.42%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=40.67%
G=18.42%
B=40.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170771710.010.5500.33299.3637.948.63
HexAA4DAB13702112b2631
Octal2521152531670414534661
Binary1010101010011011010101111101110100001100101011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4DAB; }

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

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

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

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

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

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

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

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