Html Css Color HEX #A14DCE Deep Lilac

📋 copy color: '#A14DCE'

red 161 ◦ green 77 ◦ blue 206

#A14DCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #A14DCE

Tints of Deep Lilac #A14DCE

RGB

 RED value IS 161 (63.28% from 255) = 36.26%

 GREEN value IS 77 (30.47% from 255) = 17.34%

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 36.26%
G = 17.34%
B = 46.4%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A14DCE (or 0xA14DCE) is known color: Deep Lilac. HEX triplet: A1, 4D and CE. RGB value is (161,77,206). Sum of RGB (Red+Green+Blue) = 161+77+206=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #A14DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14DCE is #5EB231. Grayscale: #747474. Windows color (decimal): -6206002 or 13520289. OLE color: 13520289.

HSL color Cylindrical-coordinate representation of color #A14DCE: hue angle of 279.07º degrees, saturation: 0.57, 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 #A14DCE is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 77 206 -
CMYK 0.22 0.63 0 0.19
HSL 279.07º 0.57% 0.55% -
HSV(B) 279.07º 0.63% 0.81% -
XYZ 28.49 17.34 60.24 -
YUV 116.82 178.33 159.51 -
System Red Green Blue C M Y K H S L
Decimal 161 77 206 0.22 0.63 0 0.19 279.07 0.57 0.55
Hex A1 4D CE 16 3F 0 13 117 39 37
Octal 241 115 316 26 77 0 23 427 71 67
Binary 10100001 1001101 11001110 10110 111111 0 10011 100010111 111001 110111

Color Harmonies of #A14DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14DCE

Black with #A14DCE

Text Example


Text Example

White with #A14DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14DCE; }

 p { color: rgb(161,77,206); }

 H1.HeaderClassName
 {
   color: #A14DCE;
 }
 .AnyTagClassName
 {
   color: #A14DCE;
 }
</style>

background-color css

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

 a { background-color: rgb(161,77,206); }

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

border-color css

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

 span { border-color: rgb(161,77,206); }

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