#A9609E

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

Shades of Violet Blue #A9609E

Tints of Violet Blue #A9609E

Color information

#A9609E (or 0xA9609E) is unknown color: approx Violet Blue. HEX triplet: A9, 60 and 9E. RGB value is (169,96,158). Sum of RGB (Red+Green+Blue) = 169+96+158=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A9609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9609E is #569F61. Grayscale: #7C7C7C. Windows color (decimal): -5676898 or 10379433. OLE color: 10379433.

HSL color Cylindrical-coordinate representation of color #A9609E: hue angle of 309.04º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9609E is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16996158-
CMYK00.430.070.34
HSL309.04º29.8%51.96%-
HSV(B)309.04º43.2%66.27%-
XYZ26.7219.2734.66-
YUV124.9146.68159.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=39.95%
G=22.70%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699615800.430.070.34309.0429.851.96
HexA9609E02B7221351e34
Octal2511402360537424653664
Binary10101001110000010011110010101111110001010011010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9609E; }

 p { color: rgb(169,96,158); }

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

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

 a { background-color: rgb(169,96,158); }

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

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

 span { border-color: rgb(169,96,158); }

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