#A953B3

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

Shades of Deep Lilac #A953B3

Tints of Deep Lilac #A953B3

Color information

#A953B3 (or 0xA953B3) is unknown color: approx Deep Lilac. HEX triplet: A9, 53 and B3. RGB value is (169,83,179). Sum of RGB (Red+Green+Blue) = 169+83+179=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 179 - color contains mainly: blue. Hex color #A953B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953B3 is #56AC4C. Grayscale: #777777. Windows color (decimal): -5680205 or 11752361. OLE color: 11752361.

HSL color Cylindrical-coordinate representation of color #A953B3: hue angle of 293.75º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A953B3 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16983179-
CMYK0.060.5400.30
HSL293.75º38.71%51.37%-
HSV(B)293.75º53.63%70.2%-
XYZ27.5917.8844.64-
YUV119.66161.49163.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.21%
GREEN value IS 83 (32.81% from 255) = 19.26%
BLUE value IS 179 (70.31% from 255) = 41.53%
R=39.21%
G=19.26%
B=41.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal169831790.060.5400.30293.7538.7151.37
HexA953B363601E1262733
Octal2511232636660364464763
Binary10101001101001110110011110110110011110100100110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A953B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A953B3; }

 p { color: rgb(169,83,179); }

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

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

 a { background-color: rgb(169,83,179); }

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

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

 span { border-color: rgb(169,83,179); }

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