#A15ABC

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

Shades of Deep Lilac #A15ABC

Tints of Deep Lilac #A15ABC

Color information

#A15ABC (or 0xA15ABC) is unknown color: approx Deep Lilac. HEX triplet: A1, 5A and BC. RGB value is (161,90,188). Sum of RGB (Red+Green+Blue) = 161+90+188=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #A15ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15ABC is #5EA543. Grayscale: #7A7A7A. Windows color (decimal): -6202692 or 12343969. OLE color: 12343969.

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

Color convert

RGB16190188-
CMYK0.140.5200.26
HSL283.47º42.24%54.51%-
HSV(B)283.47º52.13%73.73%-
XYZ27.4318.5249.71-
YUV122.4165.02155.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.67%
GREEN value IS 90 (35.55% from 255) = 20.50%
BLUE value IS 188 (73.83% from 255) = 42.82%
R=36.67%
G=20.50%
B=42.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161901880.140.5200.26283.4742.2454.51
HexA15ABCE3401A11b2a37
Octal24113227416640324335267
Binary101000011011010101111001110110100011010100011011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15ABC; }

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

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

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

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

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

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

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

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