Html Css Color HEX #A15CB8 Deep Lilac

📋 copy color: '#A15CB8'

red 161 ◦ green 92 ◦ blue 184

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

Shades of Deep Lilac #A15CB8

Tints of Deep Lilac #A15CB8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.05%

 BLUE value IS 184 (72.27% from 255) = 42.11%

R = 36.84%
G = 21.05%
B = 42.11%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A15CB8 (or 0xA15CB8) is known color: Deep Lilac. HEX triplet: A1, 5C and B8. RGB value is (161,92,184). Sum of RGB (Red+Green+Blue) = 161+92+184=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 184 - color contains mainly: blue. Hex color #A15CB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15CB8 is #5EA347. Grayscale: #7A7A7A. Windows color (decimal): -6202184 or 12082337. OLE color: 12082337.

HSL color Cylindrical-coordinate representation of color #A15CB8: hue angle of 285º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15CB8 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 92 184 -
CMYK 0.12 0.50 0 0.28
HSL 285º 0.39% 0.54% -
HSV(B) 285º 0.5% 0.72% -
XYZ 27.18 18.69 47.52 -
YUV 123.12 162.36 155.02 -
System Red Green Blue C M Y K H S L
Decimal 161 92 184 0.12 0.50 0 0.28 285 0.39 0.54
Hex A1 5C B8 C 32 0 1C 11D 27 36
Octal 241 134 270 14 62 0 34 435 47 66
Binary 10100001 1011100 10111000 1100 110010 0 11100 100011101 100111 110110

Color Harmonies of #A15CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15CB8

Black with #A15CB8

Text Example


Text Example

White with #A15CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15CB8; }

 p { color: rgb(161,92,184); }

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

background-color css

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

 a { background-color: rgb(161,92,184); }

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

border-color css

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

 span { border-color: rgb(161,92,184); }

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