Html Css Color HEX #A15EB0 Deep Lilac

📋 copy color: '#A15EB0'

red 161 ◦ green 94 ◦ blue 176

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

Shades of Deep Lilac #A15EB0

Tints of Deep Lilac #A15EB0

RGB

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

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

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

R = 37.35%
G = 21.81%
B = 40.84%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A15EB0 (or 0xA15EB0) is known color: Deep Lilac. HEX triplet: A1, 5E and B0. RGB value is (161,94,176). Sum of RGB (Red+Green+Blue) = 161+94+176=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 176 - color contains mainly: blue. Hex color #A15EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15EB0 is #5EA14F. Grayscale: #7B7B7B. Windows color (decimal): -6201680 or 11558561. OLE color: 11558561.

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

Color convert

RGB 161 94 176 -
CMYK 0.09 0.47 0 0.31
HSL 289.02º 0.34% 0.53% -
HSV(B) 289.02º 0.47% 0.69% -
XYZ 26.54 18.72 43.29 -
YUV 123.38 157.7 154.83 -
System Red Green Blue C M Y K H S L
Decimal 161 94 176 0.09 0.47 0 0.31 289.02 0.34 0.53
Hex A1 5E B0 9 2F 0 1F 121 22 35
Octal 241 136 260 11 57 0 37 441 42 65
Binary 10100001 1011110 10110000 1001 101111 0 11111 100100001 100010 110101

Color Harmonies of #A15EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15EB0

Black with #A15EB0

Text Example


Text Example

White with #A15EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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