#A963BC

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

Shades of Deep Lilac #A963BC

Tints of Deep Lilac #A963BC

Color information

#A963BC (or 0xA963BC) is unknown color: approx Deep Lilac. HEX triplet: A9, 63 and BC. RGB value is (169,99,188). Sum of RGB (Red+Green+Blue) = 169+99+188=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #A963BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963BC is #569C43. Grayscale: #818181. Windows color (decimal): -5676100 or 12346281. OLE color: 12346281.

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

Color convert

RGB16999188-
CMYK0.100.4700.26
HSL287.19º39.91%56.27%-
HSV(B)287.19º47.34%73.73%-
XYZ29.920.9950.05-
YUV130.08160.69155.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.06%
GREEN value IS 99 (39.06% from 255) = 21.71%
BLUE value IS 188 (73.83% from 255) = 41.23%
R=37.06%
G=21.71%
B=41.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169991880.100.4700.26287.1939.9156.27
HexA963BCA2F01A11f2838
Octal25114327412570324375070
Binary101010011100011101111001010101111011010100011111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A963BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A963BC; }

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

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

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

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

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

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

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

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