#A14CCF

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

Shades of Deep Lilac #A14CCF

Tints of Deep Lilac #A14CCF

Color information

#A14CCF (or 0xA14CCF) is unknown color: approx Deep Lilac. HEX triplet: A1, 4C and CF. RGB value is (161,76,207). Sum of RGB (Red+Green+Blue) = 161+76+207=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #A14CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14CCF is #5EB330. Grayscale: #737373. Windows color (decimal): -6206257 or 13585569. OLE color: 13585569.

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

Color convert

RGB16176207-
CMYK0.220.6300.19
HSL278.93º57.71%55.49%-
HSV(B)278.93º63.29%81.18%-
XYZ28.5417.2560.86-
YUV116.35179.16159.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 76 (30.08% from 255) = 17.12%
BLUE value IS 207 (81.25% from 255) = 46.62%
R=36.26%
G=17.12%
B=46.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal161762070.220.6300.19278.9357.7155.49
HexA14CCF163F0131173a37
Octal24111431726770234277267
Binary1010000110011001100111110110111111010011100010111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14CCF; }

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

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

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

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

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

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

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

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