Html Css Color HEX #A15CBB Deep Lilac

📋 copy color: '#A15CBB'

red 161 ◦ green 92 ◦ blue 187

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

Shades of Deep Lilac #A15CBB

Tints of Deep Lilac #A15CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 36.59%
G = 20.91%
B = 42.5%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A15CBB (or 0xA15CBB) is known color: Deep Lilac. HEX triplet: A1, 5C and BB. RGB value is (161,92,187). Sum of RGB (Red+Green+Blue) = 161+92+187=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #A15CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15CBB is #5EA344. Grayscale: #7B7B7B. Windows color (decimal): -6202181 or 12278945. OLE color: 12278945.

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

Color convert

RGB 161 92 187 -
CMYK 0.14 0.51 0 0.27
HSL 283.58º 0.41% 0.55% -
HSV(B) 283.58º 0.51% 0.73% -
XYZ 27.49 18.82 49.2 -
YUV 123.46 163.86 154.78 -
System Red Green Blue C M Y K H S L
Decimal 161 92 187 0.14 0.51 0 0.27 283.58 0.41 0.55
Hex A1 5C BB E 33 0 1B 11C 29 37
Octal 241 134 273 16 63 0 33 434 51 67
Binary 10100001 1011100 10111011 1110 110011 0 11011 100011100 101001 110111

Color Harmonies of #A15CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15CBB

Black with #A15CBB

Text Example


Text Example

White with #A15CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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