#A14CD3

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

Shades of Deep Lilac #A14CD3

Tints of Deep Lilac #A14CD3

Color information

#A14CD3 (or 0xA14CD3) is unknown color: approx Deep Lilac. HEX triplet: A1, 4C and D3. RGB value is (161,76,211). Sum of RGB (Red+Green+Blue) = 161+76+211=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 211 (82.81% from 255 or 47.10% from 448); Max value from RGB is 211 - color contains mainly: blue. Hex color #A14CD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14CD3 is #5EB32C. Grayscale: #747474. Windows color (decimal): -6206253 or 13847713. OLE color: 13847713.

HSL color Cylindrical-coordinate representation of color #A14CD3: hue angle of 277.78º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A14CD3 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16176211-
CMYK0.240.6400.17
HSL277.78º60.54%56.27%-
HSV(B)277.78º63.98%82.75%-
XYZ29.0417.4563.47-
YUV116.8181.16159.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.94%
GREEN value IS 76 (30.08% from 255) = 16.96%
BLUE value IS 211 (82.81% from 255) = 47.10%
R=35.94%
G=16.96%
B=47.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal161762110.240.6400.17277.7860.5456.27
HexA14CD318400111163d38
Octal241114323301000214267570
Binary10100001100110011010011110001000000010001100010110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14CD3; }

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

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

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

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

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

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

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

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