Html Css Color HEX #A159BF Deep Lilac

📋 copy color: '#A159BF'

red 161 ◦ green 89 ◦ blue 191

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

Shades of Deep Lilac #A159BF

Tints of Deep Lilac #A159BF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.18%

 BLUE value IS 191 (75% from 255) = 43.31%

R = 36.51%
G = 20.18%
B = 43.31%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A159BF (or 0xA159BF) is known color: Deep Lilac. HEX triplet: A1, 59 and BF. RGB value is (161,89,191). Sum of RGB (Red+Green+Blue) = 161+89+191=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #A159BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A159BF is #5EA640. Grayscale: #797979. Windows color (decimal): -6202945 or 12540321. OLE color: 12540321.

HSL color Cylindrical-coordinate representation of color #A159BF: hue angle of 282.35º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A159BF is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 89 191 -
CMYK 0.16 0.53 0 0.25
HSL 282.35º 0.44% 0.55% -
HSV(B) 282.35º 0.53% 0.75% -
XYZ 27.67 18.48 51.4 -
YUV 122.16 166.85 155.71 -
System Red Green Blue C M Y K H S L
Decimal 161 89 191 0.16 0.53 0 0.25 282.35 0.44 0.55
Hex A1 59 BF 10 35 0 19 11A 2C 37
Octal 241 131 277 20 65 0 31 432 54 67
Binary 10100001 1011001 10111111 10000 110101 0 11001 100011010 101100 110111

Color Harmonies of #A159BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A159BF

Black with #A159BF

Text Example


Text Example

White with #A159BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A159BF; }

 p { color: rgb(161,89,191); }

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

background-color css

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

 a { background-color: rgb(161,89,191); }

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

border-color css

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

 span { border-color: rgb(161,89,191); }

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