Html Css Color HEX #A15BBB Deep Lilac

📋 copy color: '#A15BBB'

red 161 ◦ green 91 ◦ blue 187

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

Shades of Deep Lilac #A15BBB

Tints of Deep Lilac #A15BBB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.73%

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

R = 36.67%
G = 20.73%
B = 42.6%

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

#A15BBB (or 0xA15BBB) is known color: Deep Lilac. HEX triplet: A1, 5B and BB. RGB value is (161,91,187). Sum of RGB (Red+Green+Blue) = 161+91+187=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #A15BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15BBB is #5EA444. Grayscale: #7A7A7A. Windows color (decimal): -6202437 or 12278689. OLE color: 12278689.

HSL color Cylindrical-coordinate representation of color #A15BBB: hue angle of 283.75º 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 #A15BBB is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 91 187 -
CMYK 0.14 0.51 0 0.27
HSL 283.75º 0.41% 0.55% -
HSV(B) 283.75º 0.51% 0.73% -
XYZ 27.41 18.65 49.17 -
YUV 122.87 164.19 155.19 -
System Red Green Blue C M Y K H S L
Decimal 161 91 187 0.14 0.51 0 0.27 283.75 0.41 0.55
Hex A1 5B BB E 33 0 1B 11C 29 37
Octal 241 133 273 16 63 0 33 434 51 67
Binary 10100001 1011011 10111011 1110 110011 0 11011 100011100 101001 110111

Color Harmonies of #A15BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15BBB

Black with #A15BBB

Text Example


Text Example

White with #A15BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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