#A14697

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

Shades of Violet Blue #A14697

Tints of Violet Blue #A14697

Color information

#A14697 (or 0xA14697) is unknown color: approx Violet Blue. HEX triplet: A1, 46 and 97. RGB value is (161,70,151). Sum of RGB (Red+Green+Blue) = 161+70+151=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A14697 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14697 is #5EB968. Grayscale: #6A6A6A. Windows color (decimal): -6207849 or 9914017. OLE color: 9914017.

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

Color convert

RGB16170151-
CMYK00.570.060.37
HSL306.59º39.39%45.29%-
HSV(B)306.59º56.52%63.14%-
XYZ22.4714.1930.83-
YUV106.44153.15166.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.15%
GREEN value IS 70 (27.73% from 255) = 18.32%
BLUE value IS 151 (59.38% from 255) = 39.53%
R=42.15%
G=18.32%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617015100.570.060.37306.5939.3945.29
HexA14697039625133272d
Octal2411062270716454634755
Binary101000011000110100101110111001110100101100110011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14697; }

 p { color: rgb(161,70,151); }

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

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

 a { background-color: rgb(161,70,151); }

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

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

 span { border-color: rgb(161,70,151); }

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