Html Css Color HEX #A15CBC Deep Lilac

📋 copy color: '#A15CBC'

red 161 ◦ green 92 ◦ blue 188

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

Shades of Deep Lilac #A15CBC

Tints of Deep Lilac #A15CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.63%

R = 36.51%
G = 20.86%
B = 42.63%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A15CBC (or 0xA15CBC) is known color: Deep Lilac. HEX triplet: A1, 5C and BC. RGB value is (161,92,188). Sum of RGB (Red+Green+Blue) = 161+92+188=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #A15CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15CBC is #5EA343. Grayscale: #7B7B7B. Windows color (decimal): -6202180 or 12344481. OLE color: 12344481.

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

Color convert

RGB 161 92 188 -
CMYK 0.14 0.51 0 0.26
HSL 283.13º 0.42% 0.55% -
HSV(B) 283.13º 0.51% 0.74% -
XYZ 27.6 18.86 49.76 -
YUV 123.58 164.36 154.69 -
System Red Green Blue C M Y K H S L
Decimal 161 92 188 0.14 0.51 0 0.26 283.13 0.42 0.55
Hex A1 5C BC E 33 0 1A 11B 2A 37
Octal 241 134 274 16 63 0 32 433 52 67
Binary 10100001 1011100 10111100 1110 110011 0 11010 100011011 101010 110111

Color Harmonies of #A15CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15CBC

Black with #A15CBC

Text Example


Text Example

White with #A15CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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