#A063AF

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

Shades of Deep Lilac #A063AF

Tints of Deep Lilac #A063AF

Color information

#A063AF (or 0xA063AF) is unknown color: approx Deep Lilac. HEX triplet: A0, 63 and AF. RGB value is (160,99,175). Sum of RGB (Red+Green+Blue) = 160+99+175=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #A063AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A063AF is #5F9C50. Grayscale: #7D7D7D. Windows color (decimal): -6265937 or 11494304. OLE color: 11494304.

HSL color Cylindrical-coordinate representation of color #A063AF: hue angle of 288.16º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A063AF is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16099175-
CMYK0.090.4300.31
HSL288.16º32.2%53.73%-
HSV(B)288.16º43.43%68.63%-
XYZ26.719.4942.91-
YUV125.9155.71152.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.87%
GREEN value IS 99 (39.06% from 255) = 22.81%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=36.87%
G=22.81%
B=40.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160991750.090.4300.31288.1632.253.73
HexA063AF92B01F1202036
Octal24014325711530374404066
Binary101000001100011101011111001101011011111100100000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A063AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A063AF; }

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

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

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

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

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

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

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

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