Html Css Color HEX #A15DBF Deep Lilac

📋 copy color: '#A15DBF'

red 161 ◦ green 93 ◦ blue 191

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

Shades of Deep Lilac #A15DBF

Tints of Deep Lilac #A15DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.9%

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

R = 36.18%
G = 20.9%
B = 42.92%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A15DBF (or 0xA15DBF) is known color: Deep Lilac. HEX triplet: A1, 5D and BF. RGB value is (161,93,191). Sum of RGB (Red+Green+Blue) = 161+93+191=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #A15DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DBF is #5EA240. Grayscale: #7C7C7C. Windows color (decimal): -6201921 or 12541345. OLE color: 12541345.

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

Color convert

RGB 161 93 191 -
CMYK 0.16 0.51 0 0.25
HSL 281.63º 0.43% 0.56% -
HSV(B) 281.63º 0.51% 0.75% -
XYZ 28.02 19.17 51.51 -
YUV 124.5 165.53 154.03 -
System Red Green Blue C M Y K H S L
Decimal 161 93 191 0.16 0.51 0 0.25 281.63 0.43 0.56
Hex A1 5D BF 10 33 0 19 11A 2B 38
Octal 241 135 277 20 63 0 31 432 53 70
Binary 10100001 1011101 10111111 10000 110011 0 11001 100011010 101011 111000

Color Harmonies of #A15DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15DBF

Black with #A15DBF

Text Example


Text Example

White with #A15DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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