#AA429C

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

Shades of Violet Blue #AA429C

Tints of Violet Blue #AA429C

Color information

#AA429C (or 0xAA429C) is unknown color: approx Violet Blue. HEX triplet: AA, 42 and 9C. RGB value is (170,66,156). Sum of RGB (Red+Green+Blue) = 170+66+156=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA429C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA429C is #55BD63. Grayscale: #6B6B6B. Windows color (decimal): -5619044 or 10240682. OLE color: 10240682.

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

Color convert

RGB17066156-
CMYK00.610.080.33
HSL308.08º44.07%46.27%-
HSV(B)308.08º61.18%66.67%-
XYZ24.5314.8433.02-
YUV107.36155.46172.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 66 (26.17% from 255) = 16.84%
BLUE value IS 156 (61.33% from 255) = 39.80%
R=43.37%
G=16.84%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706615600.610.080.33308.0844.0746.27
HexAA429C03D8211342c2e
Octal25210223407510414645456
Binary1010101010000101001110001111011000100001100110100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA429C; }

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

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

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

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

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

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

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

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