Html Css Color HEX #A15EBA Deep Lilac

📋 copy color: '#A15EBA'

red 161 ◦ green 94 ◦ blue 186

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

Shades of Deep Lilac #A15EBA

Tints of Deep Lilac #A15EBA

RGB

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

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

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

R = 36.51%
G = 21.32%
B = 42.18%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A15EBA (or 0xA15EBA) is known color: Deep Lilac. HEX triplet: A1, 5E and BA. RGB value is (161,94,186). Sum of RGB (Red+Green+Blue) = 161+94+186=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #A15EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15EBA is #5EA145. Grayscale: #7C7C7C. Windows color (decimal): -6201670 or 12213921. OLE color: 12213921.

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

Color convert

RGB 161 94 186 -
CMYK 0.13 0.49 0 0.27
HSL 283.7º 0.4% 0.55% -
HSV(B) 283.7º 0.49% 0.73% -
XYZ 27.56 19.13 48.69 -
YUV 124.52 162.7 154.02 -
System Red Green Blue C M Y K H S L
Decimal 161 94 186 0.13 0.49 0 0.27 283.7 0.4 0.55
Hex A1 5E BA D 31 0 1B 11C 28 37
Octal 241 136 272 15 61 0 33 434 50 67
Binary 10100001 1011110 10111010 1101 110001 0 11011 100011100 101000 110111

Color Harmonies of #A15EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15EBA

Black with #A15EBA

Text Example


Text Example

White with #A15EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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