#A14BAE

Color #A14BAE Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A14BAE

Tints of Deep Lilac #A14BAE

Color information

#A14BAE (or 0xA14BAE) is unknown color: approx Deep Lilac. HEX triplet: A1, 4B and AE. RGB value is (161,75,174). Sum of RGB (Red+Green+Blue) = 161+75+174=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #A14BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14BAE is #5EB451. Grayscale: #6F6F6F. Windows color (decimal): -6206546 or 11422625. OLE color: 11422625.

HSL color Cylindrical-coordinate representation of color #A14BAE: hue angle of 292.12º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A14BAE is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16175174-
CMYK0.070.5700.32
HSL292.12º39.76%48.82%-
HSV(B)292.12º56.9%68.24%-
XYZ24.8515.6741.76-
YUV112162.99162.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 75 (29.69% from 255) = 18.29%
BLUE value IS 174 (68.36% from 255) = 42.44%
R=39.27%
G=18.29%
B=42.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161751740.070.5700.32292.1239.7648.82
HexA14BAE7390201242831
Octal2411132567710404445061
Binary101000011001011101011101111110010100000100100100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14BAE; }

 p { color: rgb(161,75,174); }

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

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

 a { background-color: rgb(161,75,174); }

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

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

 span { border-color: rgb(161,75,174); }

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