#A063BF

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

Shades of Deep Lilac #A063BF

Tints of Deep Lilac #A063BF

Color information

#A063BF (or 0xA063BF) is unknown color: approx Deep Lilac. HEX triplet: A0, 63 and BF. RGB value is (160,99,191). Sum of RGB (Red+Green+Blue) = 160+99+191=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #A063BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A063BF is #5F9C40. Grayscale: #7F7F7F. Windows color (decimal): -6265921 or 12542880. OLE color: 12542880.

HSL color Cylindrical-coordinate representation of color #A063BF: hue angle of 279.78º degrees, saturation: 0.42, 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 #A063BF is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16099191-
CMYK0.160.4800.25
HSL279.78º41.82%56.86%-
HSV(B)279.78º48.17%74.9%-
XYZ28.3620.1651.69-
YUV127.73163.71151.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.56%
GREEN value IS 99 (39.06% from 255) = 22%
BLUE value IS 191 (75% from 255) = 42.44%
R=35.56%
G=22%
B=42.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160991910.160.4800.25279.7841.8256.86
HexA063BF10300191182a39
Octal24014327720600314305271
Binary1010000011000111011111110000110000011001100011000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A063BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A063BF; }

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

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

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

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

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

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

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

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