#A14696

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

Shades of Violet Blue #A14696

Tints of Violet Blue #A14696

Color information

#A14696 (or 0xA14696) is unknown color: approx Violet Blue. HEX triplet: A1, 46 and 96. RGB value is (161,70,150). Sum of RGB (Red+Green+Blue) = 161+70+150=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A14696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14696 is #5EB969. Grayscale: #6A6A6A. Windows color (decimal): -6207850 or 9848481. OLE color: 9848481.

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

Color convert

RGB16170150-
CMYK00.570.070.37
HSL307.25º39.39%45.29%-
HSV(B)307.25º56.52%63.14%-
XYZ22.3914.1630.41-
YUV106.33152.65167-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.26%
GREEN value IS 70 (27.73% from 255) = 18.37%
BLUE value IS 150 (58.98% from 255) = 39.37%
R=42.26%
G=18.37%
B=39.37%

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
Decimal1617015000.570.070.37307.2539.3945.29
HexA14696039725133272d
Octal2411062260717454634755
Binary101000011000110100101100111001111100101100110011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14696; }

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

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

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

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

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

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

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

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