#A15FBC

Color #A15FBC Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A15FBC

Tints of Deep Lilac #A15FBC

Color information

#A15FBC (or 0xA15FBC) is unknown color: approx Deep Lilac. HEX triplet: A1, 5F and BC. RGB value is (161,95,188). Sum of RGB (Red+Green+Blue) = 161+95+188=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #A15FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FBC is #5EA043. Grayscale: #7D7D7D. Windows color (decimal): -6201412 or 12345249. OLE color: 12345249.

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

Color convert

RGB16195188-
CMYK0.140.4900.26
HSL282.58º40.97%55.49%-
HSV(B)282.58º49.47%73.73%-
XYZ27.8719.3949.85-
YUV125.34163.37153.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 95 (37.5% from 255) = 21.40%
BLUE value IS 188 (73.83% from 255) = 42.34%
R=36.26%
G=21.40%
B=42.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161951880.140.4900.26282.5840.9755.49
HexA15FBCE3101A11b2937
Octal24113727416610324335167
Binary101000011011111101111001110110001011010100011011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15FBC; }

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

 H1.HeaderClassName
 {
   color: #A15FBC;
 }
 .AnyTagClassName
 {
   color: #A15FBC;
 }
</style>
background-color css

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

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

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

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

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

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