Html Css Color HEX #A15EBD Deep Lilac

📋 copy color: '#A15EBD'

red 161 ◦ green 94 ◦ blue 189

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

Shades of Deep Lilac #A15EBD

Tints of Deep Lilac #A15EBD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.17%

 BLUE value IS 189 (74.22% from 255) = 42.57%

R = 36.26%
G = 21.17%
B = 42.57%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A15EBD (or 0xA15EBD) is known color: Deep Lilac. HEX triplet: A1, 5E and BD. RGB value is (161,94,189). Sum of RGB (Red+Green+Blue) = 161+94+189=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #A15EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15EBD is #5EA142. Grayscale: #7C7C7C. Windows color (decimal): -6201667 or 12410529. OLE color: 12410529.

HSL color Cylindrical-coordinate representation of color #A15EBD: hue angle of 282.32º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15EBD is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 94 189 -
CMYK 0.15 0.50 0 0.26
HSL 282.32º 0.42% 0.55% -
HSV(B) 282.32º 0.5% 0.74% -
XYZ 27.89 19.26 50.39 -
YUV 124.86 164.2 153.78 -
System Red Green Blue C M Y K H S L
Decimal 161 94 189 0.15 0.50 0 0.26 282.32 0.42 0.55
Hex A1 5E BD F 32 0 1A 11A 2A 37
Octal 241 136 275 17 62 0 32 432 52 67
Binary 10100001 1011110 10111101 1111 110010 0 11010 100011010 101010 110111

Color Harmonies of #A15EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15EBD

Black with #A15EBD

Text Example


Text Example

White with #A15EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15EBD; }

 p { color: rgb(161,94,189); }

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

background-color css

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

 a { background-color: rgb(161,94,189); }

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

border-color css

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

 span { border-color: rgb(161,94,189); }

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