#AA3AAB

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

Shades of Violet Blue #AA3AAB

Tints of Violet Blue #AA3AAB

Color information

#AA3AAB (or 0xAA3AAB) is unknown color: approx Violet Blue. HEX triplet: AA, 3A and AB. RGB value is (170,58,171). Sum of RGB (Red+Green+Blue) = 170+58+171=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA3AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3AAB is #55C554. Grayscale: #686868. Windows color (decimal): -5621077 or 11221674. OLE color: 11221674.

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

Color convert

RGB17058171-
CMYK0.010.6600.33
HSL299.47º49.34%44.9%-
HSV(B)299.47º66.08%67.06%-
XYZ25.4414.5139.99-
YUV104.37165.61174.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 58 (23.05% from 255) = 14.54%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=42.61%
G=14.54%
B=42.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170581710.010.6600.33299.4749.3444.9
HexAA3AAB14202112b312d
Octal2527225311020414536155
Binary1010101011101010101011110000100100001100101011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3AAB; }

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

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

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

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

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

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

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

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