#AA42A4

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

Shades of Violet Blue #AA42A4

Tints of Violet Blue #AA42A4

Color information

#AA42A4 (or 0xAA42A4) is unknown color: approx Violet Blue. HEX triplet: AA, 42 and A4. RGB value is (170,66,164). Sum of RGB (Red+Green+Blue) = 170+66+164=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA42A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA42A4 is #55BD5B. Grayscale: #6B6B6B. Windows color (decimal): -5619036 or 10764970. OLE color: 10764970.

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

Color convert

RGB17066164-
CMYK00.610.040.33
HSL303.46º44.07%46.27%-
HSV(B)303.46º61.18%66.67%-
XYZ25.2315.1236.71-
YUV108.27159.46172.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 66 (26.17% from 255) = 16.5%
BLUE value IS 164 (64.45% from 255) = 41%
R=42.5%
G=16.5%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706616400.610.040.33303.4644.0746.27
HexAA42A403D42112f2c2e
Octal2521022440754414575456
Binary101010101000010101001000111101100100001100101111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA42A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA42A4; }

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

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

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

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

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

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

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

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