Html Css Color HEX #A158BA Deep Lilac

📋 copy color: '#A158BA'

red 161 ◦ green 88 ◦ blue 186

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

Shades of Deep Lilac #A158BA

Tints of Deep Lilac #A158BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.76%

R = 37.01%
G = 20.23%
B = 42.76%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A158BA (or 0xA158BA) is known color: Deep Lilac. HEX triplet: A1, 58 and BA. RGB value is (161,88,186). Sum of RGB (Red+Green+Blue) = 161+88+186=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #A158BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A158BA is #5EA745. Grayscale: #787878. Windows color (decimal): -6203206 or 12212385. OLE color: 12212385.

HSL color Cylindrical-coordinate representation of color #A158BA: hue angle of 284.69º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A158BA is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 88 186 -
CMYK 0.13 0.53 0 0.27
HSL 284.69º 0.42% 0.54% -
HSV(B) 284.69º 0.53% 0.73% -
XYZ 27.05 18.1 48.52 -
YUV 121 164.68 156.53 -
System Red Green Blue C M Y K H S L
Decimal 161 88 186 0.13 0.53 0 0.27 284.69 0.42 0.54
Hex A1 58 BA D 35 0 1B 11D 2A 36
Octal 241 130 272 15 65 0 33 435 52 66
Binary 10100001 1011000 10111010 1101 110101 0 11011 100011101 101010 110110

Color Harmonies of #A158BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A158BA

Black with #A158BA

Text Example


Text Example

White with #A158BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A158BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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