#AA42A5

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

Shades of Violet Blue #AA42A5

Tints of Violet Blue #AA42A5

Color information

#AA42A5 (or 0xAA42A5) is unknown color: approx Violet Blue. HEX triplet: AA, 42 and A5. RGB value is (170,66,165). Sum of RGB (Red+Green+Blue) = 170+66+165=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA42A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA42A5 is #55BD5A. Grayscale: #6C6C6C. Windows color (decimal): -5619035 or 10830506. OLE color: 10830506.

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

Color convert

RGB17066165-
CMYK00.610.030.33
HSL302.88º44.07%46.27%-
HSV(B)302.88º61.18%66.67%-
XYZ25.3215.1637.19-
YUV108.38159.96171.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 66 (26.17% from 255) = 16.46%
BLUE value IS 165 (64.84% from 255) = 41.15%
R=42.39%
G=16.46%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706616500.610.030.33302.8844.0746.27
HexAA42A503D32112f2c2e
Octal2521022450753414575456
Binary10101010100001010100101011110111100001100101111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA42A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA42A5; }

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

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

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

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

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

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

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

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