Html Css Color HEX #A14FC6 Deep Lilac

📋 copy color: '#A14FC6'

red 161 ◦ green 79 ◦ blue 198

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

Shades of Deep Lilac #A14FC6

Tints of Deep Lilac #A14FC6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.04%

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

R = 36.76%
G = 18.04%
B = 45.21%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A14FC6 (or 0xA14FC6) is known color: Deep Lilac. HEX triplet: A1, 4F and C6. RGB value is (161,79,198). Sum of RGB (Red+Green+Blue) = 161+79+198=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 198 - color contains mainly: blue. Hex color #A14FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FC6 is #5EB039. Grayscale: #747474. Windows color (decimal): -6205498 or 12996513. OLE color: 12996513.

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

Color convert

RGB 161 79 198 -
CMYK 0.19 0.60 0 0.22
HSL 281.34º 0.51% 0.54% -
HSV(B) 281.34º 0.6% 0.78% -
XYZ 27.69 17.25 55.3 -
YUV 117.08 173.67 159.32 -
System Red Green Blue C M Y K H S L
Decimal 161 79 198 0.19 0.60 0 0.22 281.34 0.51 0.54
Hex A1 4F C6 13 3C 0 16 119 33 36
Octal 241 117 306 23 74 0 26 431 63 66
Binary 10100001 1001111 11000110 10011 111100 0 10110 100011001 110011 110110

Color Harmonies of #A14FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14FC6

Black with #A14FC6

Text Example


Text Example

White with #A14FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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