#A360B4

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

Shades of Deep Lilac #A360B4

Tints of Deep Lilac #A360B4

Color information

#A360B4 (or 0xA360B4) is unknown color: approx Deep Lilac. HEX triplet: A3, 60 and B4. RGB value is (163,96,180). Sum of RGB (Red+Green+Blue) = 163+96+180=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 180 - color contains mainly: blue. Hex color #A360B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360B4 is #5C9F4B. Grayscale: #7D7D7D. Windows color (decimal): -6070092 or 11821219. OLE color: 11821219.

HSL color Cylindrical-coordinate representation of color #A360B4: hue angle of 287.86º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A360B4 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16396180-
CMYK0.090.4700.29
HSL287.86º35.9%54.12%-
HSV(B)287.86º46.67%70.59%-
XYZ27.5319.4545.48-
YUV125.61158.7154.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.13%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 180 (70.70% from 255) = 41.00%
R=37.13%
G=21.87%
B=41.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163961800.090.4700.29287.8635.954.12
HexA360B492F01D1202436
Octal24314026411570354404466
Binary101000111100000101101001001101111011101100100000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A360B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A360B4; }

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

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

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

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

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

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

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

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