#A063BC

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

Shades of Deep Lilac #A063BC

Tints of Deep Lilac #A063BC

Color information

#A063BC (or 0xA063BC) is unknown color: approx Deep Lilac. HEX triplet: A0, 63 and BC. RGB value is (160,99,188). Sum of RGB (Red+Green+Blue) = 160+99+188=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #A063BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063BC is #5F9C43. Grayscale: #7F7F7F. Windows color (decimal): -6265924 or 12346272. OLE color: 12346272.

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

Color convert

RGB16099188-
CMYK0.150.4700.26
HSL281.12º39.91%56.27%-
HSV(B)281.12º47.34%73.73%-
XYZ28.0420.0349.97-
YUV127.38162.21151.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 99 (39.06% from 255) = 22.15%
BLUE value IS 188 (73.83% from 255) = 42.06%
R=35.79%
G=22.15%
B=42.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160991880.150.4700.26281.1239.9156.27
HexA063BCF2F01A1192838
Octal24014327417570324315070
Binary101000001100011101111001111101111011010100011001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A063BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A063BC; }

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

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

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

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

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

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

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

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