#A94599

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

Shades of Violet Blue #A94599

Tints of Violet Blue #A94599

Color information

#A94599 (or 0xA94599) is unknown color: approx Violet Blue. HEX triplet: A9, 45 and 99. RGB value is (169,69,153). Sum of RGB (Red+Green+Blue) = 169+69+153=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A94599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94599 is #56BA66. Grayscale: #6C6C6C. Windows color (decimal): -5683815 or 10044841. OLE color: 10044841.

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

Color convert

RGB16969153-
CMYK00.590.090.34
HSL309.6º42.02%46.67%-
HSV(B)309.6º59.17%66.27%-
XYZ24.2414.9931.75-
YUV108.48153.13171.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.22%
GREEN value IS 69 (27.34% from 255) = 17.65%
BLUE value IS 153 (60.16% from 255) = 39.13%
R=43.22%
G=17.65%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696915300.590.090.34309.642.0246.67
HexA9459903B9221362a2f
Octal25110523107311424665257
Binary1010100110001011001100101110111001100010100110110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94599; }

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

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

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

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

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

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

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

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