Html Css Color HEX #A146AE Deep Lilac

📋 copy color: '#A146AE'

red 161 ◦ green 70 ◦ blue 174

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

Shades of Deep Lilac #A146AE

Tints of Deep Lilac #A146AE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.28%

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

R = 39.75%
G = 17.28%
B = 42.96%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A146AE (or 0xA146AE) is known color: Deep Lilac. HEX triplet: A1, 46 and AE. RGB value is (161,70,174). Sum of RGB (Red+Green+Blue) = 161+70+174=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #A146AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A146AE is #5EB951. Grayscale: #6C6C6C. Windows color (decimal): -6207826 or 11421345. OLE color: 11421345.

HSL color Cylindrical-coordinate representation of color #A146AE: hue angle of 292.5º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A146AE is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 70 174 -
CMYK 0.07 0.60 0 0.32
HSL 292.5º 0.43% 0.48% -
HSV(B) 292.5º 0.6% 0.68% -
XYZ 24.53 15.01 41.65 -
YUV 109.07 164.65 165.04 -
System Red Green Blue C M Y K H S L
Decimal 161 70 174 0.07 0.60 0 0.32 292.5 0.43 0.48
Hex A1 46 AE 7 3C 0 20 124 2B 30
Octal 241 106 256 7 74 0 40 444 53 60
Binary 10100001 1000110 10101110 111 111100 0 100000 100100100 101011 110000

Color Harmonies of #A146AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A146AE

Black with #A146AE

Text Example


Text Example

White with #A146AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A146AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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