#A14796

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

Shades of Violet Blue #A14796

Tints of Violet Blue #A14796

Color information

#A14796 (or 0xA14796) is unknown color: approx Violet Blue. HEX triplet: A1, 47 and 96. RGB value is (161,71,150). Sum of RGB (Red+Green+Blue) = 161+71+150=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A14796 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14796 is #5EB869. Grayscale: #6A6A6A. Windows color (decimal): -6207594 or 9848737. OLE color: 9848737.

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

Color convert

RGB16171150-
CMYK00.560.070.37
HSL307.33º38.79%45.49%-
HSV(B)307.33º55.9%63.14%-
XYZ22.4614.2930.43-
YUV106.92152.32166.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.15%
GREEN value IS 71 (28.12% from 255) = 18.59%
BLUE value IS 150 (58.98% from 255) = 39.27%
R=42.15%
G=18.59%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617115000.560.070.37307.3338.7945.49
HexA14796038725133272d
Octal2411072260707454634755
Binary101000011000111100101100111000111100101100110011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14796; }

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

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

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

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

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

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

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

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