Html Css Color HEX #A15FB1 Deep Lilac

📋 copy color: '#A15FB1'

red 161 ◦ green 95 ◦ blue 177

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

Shades of Deep Lilac #A15FB1

Tints of Deep Lilac #A15FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.88%

R = 37.18%
G = 21.94%
B = 40.88%

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

#A15FB1 (or 0xA15FB1) is known color: Deep Lilac. HEX triplet: A1, 5F and B1. RGB value is (161,95,177). Sum of RGB (Red+Green+Blue) = 161+95+177=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 177 - color contains mainly: blue. Hex color #A15FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15FB1 is #5EA04E. Grayscale: #7B7B7B. Windows color (decimal): -6201423 or 11624353. OLE color: 11624353.

HSL color Cylindrical-coordinate representation of color #A15FB1: hue angle of 288.29º 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 #A15FB1 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 95 177 -
CMYK 0.09 0.46 0 0.31
HSL 288.29º 0.34% 0.53% -
HSV(B) 288.29º 0.46% 0.69% -
XYZ 26.73 18.94 43.84 -
YUV 124.08 157.87 154.33 -
System Red Green Blue C M Y K H S L
Decimal 161 95 177 0.09 0.46 0 0.31 288.29 0.34 0.53
Hex A1 5F B1 9 2E 0 1F 120 22 35
Octal 241 137 261 11 56 0 37 440 42 65
Binary 10100001 1011111 10110001 1001 101110 0 11111 100100000 100010 110101

Color Harmonies of #A15FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15FB1

Black with #A15FB1

Text Example


Text Example

White with #A15FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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