#A14FCF

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

Shades of Deep Lilac #A14FCF

Tints of Deep Lilac #A14FCF

Color information

#A14FCF (or 0xA14FCF) is unknown color: approx Deep Lilac. HEX triplet: A1, 4F and CF. RGB value is (161,79,207). Sum of RGB (Red+Green+Blue) = 161+79+207=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #A14FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FCF is #5EB030. Grayscale: #757575. Windows color (decimal): -6205489 or 13586337. OLE color: 13586337.

HSL color Cylindrical-coordinate representation of color #A14FCF: hue angle of 278.44º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A14FCF is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16179207-
CMYK0.220.6200.19
HSL278.44º57.14%56.08%-
HSV(B)278.44º61.84%81.18%-
XYZ28.7617.6760.93-
YUV118.11178.17158.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.02%
GREEN value IS 79 (31.25% from 255) = 17.67%
BLUE value IS 207 (81.25% from 255) = 46.31%
R=36.02%
G=17.67%
B=46.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal161792070.220.6200.19278.4457.1456.08
HexA14FCF163E0131163938
Octal24111731726760234267170
Binary1010000110011111100111110110111110010011100010110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14FCF; }

 p { color: rgb(161,79,207); }

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

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

 a { background-color: rgb(161,79,207); }

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

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

 span { border-color: rgb(161,79,207); }

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