#A9459F

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

Shades of Violet Blue #A9459F

Tints of Violet Blue #A9459F

Color information

#A9459F (or 0xA9459F) is unknown color: approx Violet Blue. HEX triplet: A9, 45 and 9F. RGB value is (169,69,159). Sum of RGB (Red+Green+Blue) = 169+69+159=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A9459F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9459F is #56BA60. Grayscale: #6C6C6C. Windows color (decimal): -5683809 or 10438057. OLE color: 10438057.

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

Color convert

RGB16969159-
CMYK00.590.060.34
HSL306º42.02%46.67%-
HSV(B)306º59.17%66.27%-
XYZ24.7515.1934.43-
YUV109.16156.13170.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 69 (27.34% from 255) = 17.38%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=42.57%
G=17.38%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696915900.590.060.3430642.0246.67
HexA9459F03B6221322a2f
Octal2511052370736424625257
Binary101010011000101100111110111011110100010100110010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9459F; }

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

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

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

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

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

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

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

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