#A14EAB

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

Shades of Violet Blue #A14EAB

Tints of Violet Blue #A14EAB

Color information

#A14EAB (or 0xA14EAB) is unknown color: approx Violet Blue. HEX triplet: A1, 4E and AB. RGB value is (161,78,171). Sum of RGB (Red+Green+Blue) = 161+78+171=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #A14EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14EAB is #5EB154. Grayscale: #717171. Windows color (decimal): -6205781 or 11226785. OLE color: 11226785.

HSL color Cylindrical-coordinate representation of color #A14EAB: hue angle of 293.55º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A14EAB is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16178171-
CMYK0.060.5400.33
HSL293.55º37.35%48.82%-
HSV(B)293.55º54.39%67.06%-
XYZ24.7715.9740.3-
YUV113.42160.5161.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 78 (30.86% from 255) = 19.02%
BLUE value IS 171 (67.19% from 255) = 41.71%
R=39.27%
G=19.02%
B=41.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161781710.060.5400.33293.5537.3548.82
HexA14EAB6360211262531
Octal2411162536660414464561
Binary101000011001110101010111101101100100001100100110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14EAB; }

 p { color: rgb(161,78,171); }

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

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

 a { background-color: rgb(161,78,171); }

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

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

 span { border-color: rgb(161,78,171); }

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