#A065AF

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

Shades of Deep Lilac #A065AF

Tints of Deep Lilac #A065AF

Color information

#A065AF (or 0xA065AF) is unknown color: approx Deep Lilac. HEX triplet: A0, 65 and AF. RGB value is (160,101,175). Sum of RGB (Red+Green+Blue) = 160+101+175=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #A065AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A065AF is #5F9A50. Grayscale: #7E7E7E. Windows color (decimal): -6265425 or 11494816. OLE color: 11494816.

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

Color convert

RGB160101175-
CMYK0.090.4200.31
HSL287.84º31.62%54.12%-
HSV(B)287.84º42.29%68.63%-
XYZ26.8919.8842.98-
YUV127.08155.05151.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.70%
GREEN value IS 101 (39.84% from 255) = 23.17%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=36.70%
G=23.17%
B=40.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601011750.090.4200.31287.8431.6254.12
HexA065AF92A01F1202036
Octal24014525711520374404066
Binary101000001100101101011111001101010011111100100000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A065AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A065AF; }

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

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

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

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

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

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

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

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