#A9509F

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

Shades of Violet Blue #A9509F

Tints of Violet Blue #A9509F

Color information

#A9509F (or 0xA9509F) is unknown color: approx Violet Blue. HEX triplet: A9, 50 and 9F. RGB value is (169,80,159). Sum of RGB (Red+Green+Blue) = 169+80+159=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A9509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9509F is #56AF60. Grayscale: #737373. Windows color (decimal): -5680993 or 10440873. OLE color: 10440873.

HSL color Cylindrical-coordinate representation of color #A9509F: hue angle of 306.74º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A9509F is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB16980159-
CMYK00.530.060.34
HSL306.74º35.74%48.82%-
HSV(B)306.74º52.66%66.27%-
XYZ25.4916.6834.68-
YUV115.62152.49166.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.42%
GREEN value IS 80 (31.64% from 255) = 19.61%
BLUE value IS 159 (62.5% from 255) = 38.97%
R=41.42%
G=19.61%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698015900.530.060.34306.7435.7448.82
HexA9509F0356221332431
Octal2511202370656424634461
Binary101010011010000100111110110101110100010100110011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9509F; }

 p { color: rgb(169,80,159); }

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

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

 a { background-color: rgb(169,80,159); }

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

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

 span { border-color: rgb(169,80,159); }

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