#AA43AB

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

Shades of Violet Blue #AA43AB

Tints of Violet Blue #AA43AB

Color information

#AA43AB (or 0xAA43AB) is unknown color: approx Violet Blue. HEX triplet: AA, 43 and AB. RGB value is (170,67,171). Sum of RGB (Red+Green+Blue) = 170+67+171=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA43AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA43AB is #55BC54. Grayscale: #6D6D6D. Windows color (decimal): -5618773 or 11223978. OLE color: 11223978.

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

Color convert

RGB17067171-
CMYK0.010.6100.33
HSL299.42º43.7%46.67%-
HSV(B)299.42º60.82%67.06%-
XYZ25.9415.540.15-
YUV109.65162.62171.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 67 (26.56% from 255) = 16.42%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=41.67%
G=16.42%
B=41.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170671710.010.6100.33299.4243.746.67
HexAA43AB13D02112b2c2f
Octal2521032531750414535457
Binary1010101010000111010101111111010100001100101011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA43AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA43AB; }

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

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

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

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

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

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

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

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