#A963C3

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

Shades of Deep Lilac #A963C3

Tints of Deep Lilac #A963C3

Color information

#A963C3 (or 0xA963C3) is unknown color: approx Deep Lilac. HEX triplet: A9, 63 and C3. RGB value is (169,99,195). Sum of RGB (Red+Green+Blue) = 169+99+195=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 195 - color contains mainly: blue. Hex color #A963C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963C3 is #569C3C. Grayscale: #828282. Windows color (decimal): -5676093 or 12805033. OLE color: 12805033.

HSL color Cylindrical-coordinate representation of color #A963C3: hue angle of 283.75º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A963C3 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16999195-
CMYK0.130.4900.24
HSL283.75º44.44%57.65%-
HSV(B)283.75º49.23%76.47%-
XYZ30.6721.354.12-
YUV130.87164.19155.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.50%
GREEN value IS 99 (39.06% from 255) = 21.38%
BLUE value IS 195 (76.56% from 255) = 42.12%
R=36.50%
G=21.38%
B=42.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal169991950.130.4900.24283.7544.4457.65
HexA963C3D3101811c2c3a
Octal25114330315610304345472
Binary101010011100011110000111101110001011000100011100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A963C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A963C3; }

 p { color: rgb(169,99,195); }

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

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

 a { background-color: rgb(169,99,195); }

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

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

 span { border-color: rgb(169,99,195); }

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