#A360BC

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

Shades of Deep Lilac #A360BC

Tints of Deep Lilac #A360BC

Color information

#A360BC (or 0xA360BC) is unknown color: approx Deep Lilac. HEX triplet: A3, 60 and BC. RGB value is (163,96,188). Sum of RGB (Red+Green+Blue) = 163+96+188=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #A360BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360BC is #5C9F43. Grayscale: #7E7E7E. Windows color (decimal): -6070084 or 12345507. OLE color: 12345507.

HSL color Cylindrical-coordinate representation of color #A360BC: hue angle of 283.7º 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 #A360BC is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16396188-
CMYK0.130.4900.26
HSL283.7º40.71%55.69%-
HSV(B)283.7º48.94%73.73%-
XYZ28.3619.7849.9-
YUV126.52162.7154.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.47%
GREEN value IS 96 (37.89% from 255) = 21.48%
BLUE value IS 188 (73.83% from 255) = 42.06%
R=36.47%
G=21.48%
B=42.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal163961880.130.4900.26283.740.7155.69
HexA360BCD3101A11c2938
Octal24314027415610324345170
Binary101000111100000101111001101110001011010100011100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A360BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A360BC; }

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

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

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

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

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

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

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

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