Html Css Color HEX #A14AAE Deep Lilac

📋 copy color: '#A14AAE'

red 161 ◦ green 74 ◦ blue 174

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

Shades of Deep Lilac #A14AAE

Tints of Deep Lilac #A14AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 39.36%
G = 18.09%
B = 42.54%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A14AAE (or 0xA14AAE) is known color: Deep Lilac. HEX triplet: A1, 4A and AE. RGB value is (161,74,174). Sum of RGB (Red+Green+Blue) = 161+74+174=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #A14AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14AAE is #5EB551. Grayscale: #6F6F6F. Windows color (decimal): -6206802 or 11422369. OLE color: 11422369.

HSL color Cylindrical-coordinate representation of color #A14AAE: hue angle of 292.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A14AAE is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 74 174 -
CMYK 0.07 0.57 0 0.32
HSL 292.2º 0.4% 0.49% -
HSV(B) 292.2º 0.57% 0.68% -
XYZ 24.79 15.53 41.74 -
YUV 111.41 163.32 163.37 -
System Red Green Blue C M Y K H S L
Decimal 161 74 174 0.07 0.57 0 0.32 292.2 0.4 0.49
Hex A1 4A AE 7 39 0 20 124 28 31
Octal 241 112 256 7 71 0 40 444 50 61
Binary 10100001 1001010 10101110 111 111001 0 100000 100100100 101000 110001

Color Harmonies of #A14AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14AAE

Black with #A14AAE

Text Example


Text Example

White with #A14AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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