#A14BAF

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

Shades of Deep Lilac #A14BAF

Tints of Deep Lilac #A14BAF

Color information

#A14BAF (or 0xA14BAF) is unknown color: approx Deep Lilac. HEX triplet: A1, 4B and AF. RGB value is (161,75,175). Sum of RGB (Red+Green+Blue) = 161+75+175=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #A14BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14BAF is #5EB450. Grayscale: #6F6F6F. Windows color (decimal): -6206545 or 11488161. OLE color: 11488161.

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

Color convert

RGB16175175-
CMYK0.080.5700.31
HSL291.6º40%49.02%-
HSV(B)291.6º57.14%68.63%-
XYZ24.9515.742.27-
YUV112.11163.49162.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.17%
GREEN value IS 75 (29.69% from 255) = 18.25%
BLUE value IS 175 (68.75% from 255) = 42.58%
R=39.17%
G=18.25%
B=42.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161751750.080.5700.31291.64049.02
HexA14BAF83901F1242831
Octal24111325710710374445061
Binary101000011001011101011111000111001011111100100100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14BAF; }

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

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

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

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

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

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

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

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