Html Css Color HEX #A158BF Deep Lilac

📋 copy color: '#A158BF'

red 161 ◦ green 88 ◦ blue 191

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

Shades of Deep Lilac #A158BF

Tints of Deep Lilac #A158BF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20%

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

R = 36.59%
G = 20%
B = 43.41%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A158BF (or 0xA158BF) is known color: Deep Lilac. HEX triplet: A1, 58 and BF. RGB value is (161,88,191). Sum of RGB (Red+Green+Blue) = 161+88+191=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #A158BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A158BF is #5EA740. Grayscale: #797979. Windows color (decimal): -6203201 or 12540065. OLE color: 12540065.

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

Color convert

RGB 161 88 191 -
CMYK 0.16 0.54 0 0.25
HSL 282.52º 0.45% 0.55% -
HSV(B) 282.52º 0.54% 0.75% -
XYZ 27.59 18.32 51.37 -
YUV 121.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 161 88 191 0.16 0.54 0 0.25 282.52 0.45 0.55
Hex A1 58 BF 10 36 0 19 11B 2D 37
Octal 241 130 277 20 66 0 31 433 55 67
Binary 10100001 1011000 10111111 10000 110110 0 11001 100011011 101101 110111

Color Harmonies of #A158BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A158BF

Black with #A158BF

Text Example


Text Example

White with #A158BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A158BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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