#A063BD

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

Shades of Deep Lilac #A063BD

Tints of Deep Lilac #A063BD

Color information

#A063BD (or 0xA063BD) is unknown color: approx Deep Lilac. HEX triplet: A0, 63 and BD. RGB value is (160,99,189). Sum of RGB (Red+Green+Blue) = 160+99+189=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #A063BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063BD is #5F9C42. Grayscale: #7F7F7F. Windows color (decimal): -6265923 or 12411808. OLE color: 12411808.

HSL color Cylindrical-coordinate representation of color #A063BD: hue angle of 280.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 #A063BD is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16099189-
CMYK0.150.4800.26
HSL280.67º40.54%56.47%-
HSV(B)280.67º47.62%74.12%-
XYZ28.1420.0750.53-
YUV127.5162.71151.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.71%
GREEN value IS 99 (39.06% from 255) = 22.10%
BLUE value IS 189 (74.22% from 255) = 42.19%
R=35.71%
G=22.10%
B=42.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160991890.150.4800.26280.6740.5456.47
HexA063BDF3001A1192938
Octal24014327517600324315170
Binary101000001100011101111011111110000011010100011001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A063BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A063BD; }

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

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

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

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

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

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

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

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