#A14596

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

Shades of Violet Blue #A14596

Tints of Violet Blue #A14596

Color information

#A14596 (or 0xA14596) is unknown color: approx Violet Blue. HEX triplet: A1, 45 and 96. RGB value is (161,69,150). Sum of RGB (Red+Green+Blue) = 161+69+150=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A14596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14596 is #5EBA69. Grayscale: #696969. Windows color (decimal): -6208106 or 9848225. OLE color: 9848225.

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

Color convert

RGB16169150-
CMYK00.570.070.37
HSL307.17º40%45.1%-
HSV(B)307.17º57.14%63.14%-
XYZ22.3314.0430.39-
YUV105.74152.98167.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.37%
GREEN value IS 69 (27.34% from 255) = 18.16%
BLUE value IS 150 (58.98% from 255) = 39.47%
R=42.37%
G=18.16%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616915000.570.070.37307.174045.1
HexA14596039725133282d
Octal2411052260717454635055
Binary101000011000101100101100111001111100101100110011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14596; }

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

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

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

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

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

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

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

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