#A963BD

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

Shades of Deep Lilac #A963BD

Tints of Deep Lilac #A963BD

Color information

#A963BD (or 0xA963BD) is unknown color: approx Deep Lilac. HEX triplet: A9, 63 and BD. RGB value is (169,99,189). Sum of RGB (Red+Green+Blue) = 169+99+189=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #A963BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963BD is #569C42. Grayscale: #818181. Windows color (decimal): -5676099 or 12411817. OLE color: 12411817.

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

Color convert

RGB16999189-
CMYK0.110.4800.26
HSL286.67º40.54%56.47%-
HSV(B)286.67º47.62%74.12%-
XYZ30.0121.0350.62-
YUV130.19161.19155.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.98%
GREEN value IS 99 (39.06% from 255) = 21.66%
BLUE value IS 189 (74.22% from 255) = 41.36%
R=36.98%
G=21.66%
B=41.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169991890.110.4800.26286.6740.5456.47
HexA963BDB3001A11f2938
Octal25114327513600324375170
Binary101010011100011101111011011110000011010100011111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A963BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A963BD; }

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

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

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

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

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

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

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

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