#A160BC

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

Shades of Deep Lilac #A160BC

Tints of Deep Lilac #A160BC

Color information

#A160BC (or 0xA160BC) is unknown color: approx Deep Lilac. HEX triplet: A1, 60 and BC. RGB value is (161,96,188). Sum of RGB (Red+Green+Blue) = 161+96+188=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #A160BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A160BC is #5E9F43. Grayscale: #7D7D7D. Windows color (decimal): -6201156 or 12345505. OLE color: 12345505.

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

Color convert

RGB16196188-
CMYK0.140.4900.26
HSL282.39º40.71%55.69%-
HSV(B)282.39º48.94%73.73%-
XYZ27.9619.5749.88-
YUV125.92163.03153.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.18%
GREEN value IS 96 (37.89% from 255) = 21.57%
BLUE value IS 188 (73.83% from 255) = 42.25%
R=36.18%
G=21.57%
B=42.25%

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
Decimal161961880.140.4900.26282.3940.7155.69
HexA160BCE3101A11a2938
Octal24114027416610324325170
Binary101000011100000101111001110110001011010100011010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A160BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A160BC; }

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

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

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

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

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

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

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

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