#a9429a

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

Shades of Violet Blue #A9429A

Tints of Violet Blue #A9429A

Color information

#A9429A (or 0xA9429A) is unknown color: approx Violet Blue. HEX triplet: A9, 42 and 9A. RGB value is (169,66,154). Sum of RGB (Red+Green+Blue) = 169+66+154=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A9429A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9429A is #56BD65. Grayscale: #6A6A6A. Windows color (decimal): -5684582 or 10109609. OLE color: 10109609.

HSL color Cylindrical-coordinate representation of color #A9429A: hue angle of 308.74º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A9429A is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB16966154-
CMYK00.610.090.34
HSL308.74º43.83%46.08%-
HSV(B)308.74º60.95%66.27%-
XYZ24.1414.6632.13-
YUV106.83154.62172.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 66 (26.17% from 255) = 16.97%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=43.44%
G=16.97%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696615400.610.090.34308.7443.8346.08
HexA9429A03D9221352c2e
Octal25110223207511424655456
Binary1010100110000101001101001111011001100010100110101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9429a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9429a; }

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

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

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

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

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

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

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

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