#A14599

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

Shades of Violet Blue #A14599

Tints of Violet Blue #A14599

Color information

#A14599 (or 0xA14599) is unknown color: approx Violet Blue. HEX triplet: A1, 45 and 99. RGB value is (161,69,153). Sum of RGB (Red+Green+Blue) = 161+69+153=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A14599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14599 is #5EBA66. Grayscale: #696969. Windows color (decimal): -6208103 or 10044833. OLE color: 10044833.

HSL color Cylindrical-coordinate representation of color #A14599: hue angle of 305.22º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A14599 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB16169153-
CMYK00.570.050.37
HSL305.22º40%45.1%-
HSV(B)305.22º57.14%63.14%-
XYZ22.5814.1331.68-
YUV106.08154.48167.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.04%
GREEN value IS 69 (27.34% from 255) = 18.02%
BLUE value IS 153 (60.16% from 255) = 39.95%
R=42.04%
G=18.02%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616915300.570.050.37305.224045.1
HexA14599039525131282d
Octal2411052310715454615055
Binary101000011000101100110010111001101100101100110001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14599; }

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

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

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

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

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

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

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

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