#A963BE

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

Shades of Deep Lilac #A963BE

Tints of Deep Lilac #A963BE

Color information

#A963BE (or 0xA963BE) is unknown color: approx Deep Lilac. HEX triplet: A9, 63 and BE. RGB value is (169,99,190). Sum of RGB (Red+Green+Blue) = 169+99+190=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #A963BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963BE is #569C41. Grayscale: #828282. Windows color (decimal): -5676098 or 12477353. OLE color: 12477353.

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

Color convert

RGB16999190-
CMYK0.110.4800.25
HSL286.15º41.18%56.67%-
HSV(B)286.15º47.89%74.51%-
XYZ30.1221.0851.2-
YUV130.3161.69155.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.90%
GREEN value IS 99 (39.06% from 255) = 21.62%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=36.90%
G=21.62%
B=41.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169991900.110.4800.25286.1541.1856.67
HexA963BEB3001911e2939
Octal25114327613600314365171
Binary101010011100011101111101011110000011001100011110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A963BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A963BE; }

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

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

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

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

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

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

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

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