#A963C6

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

Shades of Deep Lilac #A963C6

Tints of Deep Lilac #A963C6

Color information

#A963C6 (or 0xA963C6) is unknown color: approx Deep Lilac. HEX triplet: A9, 63 and C6. RGB value is (169,99,198). Sum of RGB (Red+Green+Blue) = 169+99+198=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #A963C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963C6 is #569C39. Grayscale: #828282. Windows color (decimal): -5676090 or 13001641. OLE color: 13001641.

HSL color Cylindrical-coordinate representation of color #A963C6: hue angle of 282.42º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A963C6 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16999198-
CMYK0.150.5000.22
HSL282.42º46.48%58.24%-
HSV(B)282.42º50%77.65%-
XYZ31.0221.4455.93-
YUV131.22165.69154.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.27%
GREEN value IS 99 (39.06% from 255) = 21.24%
BLUE value IS 198 (77.73% from 255) = 42.49%
R=36.27%
G=21.24%
B=42.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal169991980.150.5000.22282.4246.4858.24
HexA963C6F3201611a2e3a
Octal25114330617620264325672
Binary101010011100011110001101111110010010110100011010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A963C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A963C6; }

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

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

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

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

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

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

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

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