#AA429A

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

Shades of Violet Blue #AA429A

Tints of Violet Blue #AA429A

Color information

#AA429A (or 0xAA429A) is unknown color: approx Violet Blue. HEX triplet: AA, 42 and 9A. RGB value is (170,66,154). Sum of RGB (Red+Green+Blue) = 170+66+154=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA429A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA429A is #55BD65. Grayscale: #6A6A6A. Windows color (decimal): -5619046 or 10109610. OLE color: 10109610.

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

Color convert

RGB17066154-
CMYK00.610.090.33
HSL309.23º44.07%46.27%-
HSV(B)309.23º61.18%66.67%-
XYZ24.3614.7832.14-
YUV107.13154.46172.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 66 (26.17% from 255) = 16.92%
BLUE value IS 154 (60.55% from 255) = 39.49%
R=43.59%
G=16.92%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706615400.610.090.33309.2344.0746.27
HexAA429A03D9211352c2e
Octal25210223207511414655456
Binary1010101010000101001101001111011001100001100110101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA429A; }

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

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

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

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

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

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

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

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