#AA42AB

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

Shades of Violet Blue #AA42AB

Tints of Violet Blue #AA42AB

Color information

#AA42AB (or 0xAA42AB) is unknown color: approx Violet Blue. HEX triplet: AA, 42 and AB. RGB value is (170,66,171). Sum of RGB (Red+Green+Blue) = 170+66+171=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA42AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA42AB is #55BD54. Grayscale: #6C6C6C. Windows color (decimal): -5619029 or 11223722. OLE color: 11223722.

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

Color convert

RGB17066171-
CMYK0.010.6100.33
HSL299.43º44.3%46.47%-
HSV(B)299.43º61.4%67.06%-
XYZ25.8815.3840.13-
YUV109.07162.96171.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 66 (26.17% from 255) = 16.22%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=41.77%
G=16.22%
B=42.01%

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
Decimal170661710.010.6100.33299.4344.346.47
HexAA42AB13D02112b2c2e
Octal2521022531750414535456
Binary1010101010000101010101111111010100001100101011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA42AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA42AB; }

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

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

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

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

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

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

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

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