#A064AF

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

Shades of Deep Lilac #A064AF

Tints of Deep Lilac #A064AF

Color information

#A064AF (or 0xA064AF) is unknown color: approx Deep Lilac. HEX triplet: A0, 64 and AF. RGB value is (160,100,175). Sum of RGB (Red+Green+Blue) = 160+100+175=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 175 - color contains mainly: blue. Hex color #A064AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A064AF is #5F9B50. Grayscale: #7E7E7E. Windows color (decimal): -6265681 or 11494560. OLE color: 11494560.

HSL color Cylindrical-coordinate representation of color #A064AF: hue angle of 288º 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 #A064AF is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB160100175-
CMYK0.090.4300.31
HSL288º31.91%53.92%-
HSV(B)288º42.86%68.63%-
XYZ26.7919.6842.94-
YUV126.49155.38151.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.78%
GREEN value IS 100 (39.45% from 255) = 22.99%
BLUE value IS 175 (68.75% from 255) = 40.23%
R=36.78%
G=22.99%
B=40.23%

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
Decimal1601001750.090.4300.3128831.9153.92
HexA064AF92B01F1202036
Octal24014425711530374404066
Binary101000001100100101011111001101011011111100100000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A064AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A064AF; }

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

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

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

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

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

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

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

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