Html Css Color HEX #A14ACE Deep Lilac

📋 copy color: '#A14ACE'

red 161 ◦ green 74 ◦ blue 206

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

Shades of Deep Lilac #A14ACE

Tints of Deep Lilac #A14ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.78%

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

R = 36.51%
G = 16.78%
B = 46.71%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A14ACE (or 0xA14ACE) is known color: Deep Lilac. HEX triplet: A1, 4A and CE. RGB value is (161,74,206). Sum of RGB (Red+Green+Blue) = 161+74+206=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #A14ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14ACE is #5EB531. Grayscale: #727272. Windows color (decimal): -6206770 or 13519521. OLE color: 13519521.

HSL color Cylindrical-coordinate representation of color #A14ACE: hue angle of 279.55º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A14ACE is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 74 206 -
CMYK 0.22 0.64 0 0.19
HSL 279.55º 0.57% 0.55% -
HSV(B) 279.55º 0.64% 0.81% -
XYZ 28.29 16.93 60.17 -
YUV 115.06 179.32 160.77 -
System Red Green Blue C M Y K H S L
Decimal 161 74 206 0.22 0.64 0 0.19 279.55 0.57 0.55
Hex A1 4A CE 16 40 0 13 118 39 37
Octal 241 112 316 26 100 0 23 430 71 67
Binary 10100001 1001010 11001110 10110 1000000 0 10011 100011000 111001 110111

Color Harmonies of #A14ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14ACE

Black with #A14ACE

Text Example


Text Example

White with #A14ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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