#a353d0

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

Shades of Deep Lilac #A353D0

Tints of Deep Lilac #A353D0

Color information

#A353D0 (or 0xA353D0) is unknown color: approx Deep Lilac. HEX triplet: A3, 53 and D0. RGB value is (163,83,208). Sum of RGB (Red+Green+Blue) = 163+83+208=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #A353D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A353D0 is #5CAC2F. Grayscale: #787878. Windows color (decimal): -6073392 or 13652899. OLE color: 13652899.

HSL color Cylindrical-coordinate representation of color #A353D0: hue angle of 278.4º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A353D0 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16383208-
CMYK0.220.6000.18
HSL278.4º57.08%57.06%-
HSV(B)278.4º60.1%81.57%-
XYZ29.5818.5361.69-
YUV121.17177157.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 83 (32.81% from 255) = 18.28%
BLUE value IS 208 (81.64% from 255) = 45.81%
R=35.90%
G=18.28%
B=45.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal163832080.220.6000.18278.457.0857.06
HexA353D0163C0121163939
Octal24312332026740224267171
Binary1010001110100111101000010110111100010010100010110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a353d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a353d0; }

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

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

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

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

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

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

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

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