#A353BC

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

Shades of Deep Lilac #A353BC

Tints of Deep Lilac #A353BC

Color information

#A353BC (or 0xA353BC) is unknown color: approx Deep Lilac. HEX triplet: A3, 53 and BC. RGB value is (163,83,188). Sum of RGB (Red+Green+Blue) = 163+83+188=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #A353BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A353BC is #5CAC43. Grayscale: #767676. Windows color (decimal): -6073412 or 12342179. OLE color: 12342179.

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

Color convert

RGB16383188-
CMYK0.130.5600.26
HSL285.71º43.93%53.14%-
HSV(B)285.71º55.85%73.73%-
XYZ27.2717.649.54-
YUV118.89167159.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.56%
GREEN value IS 83 (32.81% from 255) = 19.12%
BLUE value IS 188 (73.83% from 255) = 43.32%
R=37.56%
G=19.12%
B=43.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal163831880.130.5600.26285.7143.9353.14
HexA353BCD3801A11e2c35
Octal24312327415700324365465
Binary101000111010011101111001101111000011010100011110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A353BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A353BC; }

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

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

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

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

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

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

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

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