#A9609D

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

Shades of Violet Blue #A9609D

Tints of Violet Blue #A9609D

Color information

#A9609D (or 0xA9609D) is unknown color: approx Violet Blue. HEX triplet: A9, 60 and 9D. RGB value is (169,96,157). Sum of RGB (Red+Green+Blue) = 169+96+157=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A9609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9609D is #569F62. Grayscale: #7C7C7C. Windows color (decimal): -5676899 or 10313897. OLE color: 10313897.

HSL color Cylindrical-coordinate representation of color #A9609D: hue angle of 309.86º 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 #A9609D is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16996157-
CMYK00.430.070.34
HSL309.86º29.8%51.96%-
HSV(B)309.86º43.2%66.27%-
XYZ26.6319.2434.21-
YUV124.78146.18159.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 96 (37.89% from 255) = 22.75%
BLUE value IS 157 (61.72% from 255) = 37.20%
R=40.05%
G=22.75%
B=37.20%

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
Decimal1699615700.430.070.34309.8629.851.96
HexA9609D02B7221361e34
Octal2511402350537424663664
Binary10101001110000010011101010101111110001010011011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9609D; }

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

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

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

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

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

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

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

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