#A14EAA

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

Shades of Violet Blue #A14EAA

Tints of Violet Blue #A14EAA

Color information

#A14EAA (or 0xA14EAA) is unknown color: approx Violet Blue. HEX triplet: A1, 4E and AA. RGB value is (161,78,170). Sum of RGB (Red+Green+Blue) = 161+78+170=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #A14EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14EAA is #5EB155. Grayscale: #717171. Windows color (decimal): -6205782 or 11161249. OLE color: 11161249.

HSL color Cylindrical-coordinate representation of color #A14EAA: hue angle of 294.13º 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 #A14EAA is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16178170-
CMYK0.050.5400.33
HSL294.13º37.1%48.63%-
HSV(B)294.13º54.12%66.67%-
XYZ24.6815.9339.8-
YUV113.3160162.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.36%
GREEN value IS 78 (30.86% from 255) = 19.07%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=39.36%
G=19.07%
B=41.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161781700.050.5400.33294.1337.148.63
HexA14EAA5360211262531
Octal2411162525660414464561
Binary101000011001110101010101011101100100001100100110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14EAA; }

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

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

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

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

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

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

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

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