Html Css Color HEX #A15FB0 Deep Lilac

📋 copy color: '#A15FB0'

red 161 ◦ green 95 ◦ blue 176

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

Shades of Deep Lilac #A15FB0

Tints of Deep Lilac #A15FB0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.99%

 BLUE value IS 176 (69.14% from 255) = 40.74%

R = 37.27%
G = 21.99%
B = 40.74%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A15FB0 (or 0xA15FB0) is known color: Deep Lilac. HEX triplet: A1, 5F and B0. RGB value is (161,95,176). Sum of RGB (Red+Green+Blue) = 161+95+176=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 176 - color contains mainly: blue. Hex color #A15FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15FB0 is #5EA04F. Grayscale: #7B7B7B. Windows color (decimal): -6201424 or 11558817. OLE color: 11558817.

HSL color Cylindrical-coordinate representation of color #A15FB0: hue angle of 288.89º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A15FB0 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 95 176 -
CMYK 0.09 0.46 0 0.31
HSL 288.89º 0.34% 0.53% -
HSV(B) 288.89º 0.46% 0.69% -
XYZ 26.63 18.9 43.32 -
YUV 123.97 157.37 154.41 -
System Red Green Blue C M Y K H S L
Decimal 161 95 176 0.09 0.46 0 0.31 288.89 0.34 0.53
Hex A1 5F B0 9 2E 0 1F 121 22 35
Octal 241 137 260 11 56 0 37 441 42 65
Binary 10100001 1011111 10110000 1001 101110 0 11111 100100001 100010 110101

Color Harmonies of #A15FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15FB0

Black with #A15FB0

Text Example


Text Example

White with #A15FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15FB0; }

 p { color: rgb(161,95,176); }

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

background-color css

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

 a { background-color: rgb(161,95,176); }

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

border-color css

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

 span { border-color: rgb(161,95,176); }

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