#AA42A6

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

Shades of Violet Blue #AA42A6

Tints of Violet Blue #AA42A6

Color information

#AA42A6 (or 0xAA42A6) is unknown color: approx Violet Blue. HEX triplet: AA, 42 and A6. RGB value is (170,66,166). Sum of RGB (Red+Green+Blue) = 170+66+166=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA42A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA42A6 is #55BD59. Grayscale: #6C6C6C. Windows color (decimal): -5619034 or 10896042. OLE color: 10896042.

HSL color Cylindrical-coordinate representation of color #AA42A6: hue angle of 302.31º 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 #AA42A6 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17066166-
CMYK00.610.020.33
HSL302.31º44.07%46.27%-
HSV(B)302.31º61.18%66.67%-
XYZ25.4115.237.67-
YUV108.5160.46171.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 66 (26.17% from 255) = 16.42%
BLUE value IS 166 (65.23% from 255) = 41.29%
R=42.29%
G=16.42%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706616600.610.020.33302.3144.0746.27
HexAA42A603D22112e2c2e
Octal2521022460752414565456
Binary10101010100001010100110011110110100001100101110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA42A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA42A6; }

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

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

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

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

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

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

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

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