#A14E8E

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

Shades of Violet Blue #A14E8E

Tints of Violet Blue #A14E8E

Color information

#A14E8E (or 0xA14E8E) is unknown color: approx Violet Blue. HEX triplet: A1, 4E and 8E. RGB value is (161,78,142). Sum of RGB (Red+Green+Blue) = 161+78+142=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14E8E is #5EB171. Grayscale: #6D6D6D. Windows color (decimal): -6205810 or 9326241. OLE color: 9326241.

HSL color Cylindrical-coordinate representation of color #A14E8E: hue angle of 313.73º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A14E8E is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB16178142-
CMYK00.520.120.37
HSL313.73º34.73%46.86%-
HSV(B)313.73º51.55%63.14%-
XYZ22.314.9827.31-
YUV110.11146164.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.26%
GREEN value IS 78 (30.86% from 255) = 20.47%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=42.26%
G=20.47%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617814200.520.120.37313.7334.7346.86
HexA14E8E034C2513a232f
Octal24111621606414454724357
Binary1010000110011101000111001101001100100101100111010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14E8E; }

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

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

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

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

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

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

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

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