#A14AC7

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

Shades of Deep Lilac #A14AC7

Tints of Deep Lilac #A14AC7

Color information

#A14AC7 (or 0xA14AC7) is unknown color: approx Deep Lilac. HEX triplet: A1, 4A and C7. RGB value is (161,74,199). Sum of RGB (Red+Green+Blue) = 161+74+199=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 199 - color contains mainly: blue. Hex color #A14AC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14AC7 is #5EB538. Grayscale: #717171. Windows color (decimal): -6206777 or 13060769. OLE color: 13060769.

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

Color convert

RGB16174199-
CMYK0.190.6300.22
HSL281.76º52.74%53.53%-
HSV(B)281.76º62.81%78.04%-
XYZ27.4616.655.79-
YUV114.26175.82161.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 74 (29.30% from 255) = 17.05%
BLUE value IS 199 (78.12% from 255) = 45.85%
R=37.10%
G=17.05%
B=45.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161741990.190.6300.22281.7652.7453.53
HexA14AC7133F01611a3536
Octal24111230723770264326566
Binary1010000110010101100011110011111111010110100011010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14AC7; }

 p { color: rgb(161,74,199); }

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

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

 a { background-color: rgb(161,74,199); }

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

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

 span { border-color: rgb(161,74,199); }

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