#A353BE

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

Shades of Deep Lilac #A353BE

Tints of Deep Lilac #A353BE

Color information

#A353BE (or 0xA353BE) is unknown color: approx Deep Lilac. HEX triplet: A3, 53 and BE. RGB value is (163,83,190). Sum of RGB (Red+Green+Blue) = 163+83+190=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #A353BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A353BE is #5CAC41. Grayscale: #767676. Windows color (decimal): -6073410 or 12473251. OLE color: 12473251.

HSL color Cylindrical-coordinate representation of color #A353BE: hue angle of 284.86º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A353BE is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16383190-
CMYK0.140.5600.25
HSL284.86º45.15%53.53%-
HSV(B)284.86º56.32%74.51%-
XYZ27.4917.6950.68-
YUV119.12168159.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.39%
GREEN value IS 83 (32.81% from 255) = 19.04%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=37.39%
G=19.04%
B=43.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163831900.140.5600.25284.8645.1553.53
HexA353BEE3801911d2d36
Octal24312327616700314355566
Binary101000111010011101111101110111000011001100011101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A353BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A353BE; }

 p { color: rgb(163,83,190); }

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

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

 a { background-color: rgb(163,83,190); }

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

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

 span { border-color: rgb(163,83,190); }

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