Html Css Color HEX #A14DC6 Deep Lilac

📋 copy color: '#A14DC6'

red 161 ◦ green 77 ◦ blue 198

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

Shades of Deep Lilac #A14DC6

Tints of Deep Lilac #A14DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.41%

R = 36.93%
G = 17.66%
B = 45.41%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A14DC6 (or 0xA14DC6) is known color: Deep Lilac. HEX triplet: A1, 4D and C6. RGB value is (161,77,198). Sum of RGB (Red+Green+Blue) = 161+77+198=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 198 - color contains mainly: blue. Hex color #A14DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14DC6 is #5EB239. Grayscale: #737373. Windows color (decimal): -6206010 or 12996001. OLE color: 12996001.

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

Color convert

RGB 161 77 198 -
CMYK 0.19 0.61 0 0.22
HSL 281.65º 0.51% 0.54% -
HSV(B) 281.65º 0.61% 0.78% -
XYZ 27.54 16.96 55.25 -
YUV 115.91 174.33 160.16 -
System Red Green Blue C M Y K H S L
Decimal 161 77 198 0.19 0.61 0 0.22 281.65 0.51 0.54
Hex A1 4D C6 13 3D 0 16 11A 33 36
Octal 241 115 306 23 75 0 26 432 63 66
Binary 10100001 1001101 11000110 10011 111101 0 10110 100011010 110011 110110

Color Harmonies of #A14DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14DC6

Black with #A14DC6

Text Example


Text Example

White with #A14DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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