#A065BE

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

Shades of Deep Lilac #A065BE

Tints of Deep Lilac #A065BE

Color information

#A065BE (or 0xA065BE) is unknown color: approx Deep Lilac. HEX triplet: A0, 65 and BE. RGB value is (160,101,190). Sum of RGB (Red+Green+Blue) = 160+101+190=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #A065BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A065BE is #5F9A41. Grayscale: #808080. Windows color (decimal): -6265410 or 12477856. OLE color: 12477856.

HSL color Cylindrical-coordinate representation of color #A065BE: hue angle of 279.78º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A065BE is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160101190-
CMYK0.160.4700.25
HSL279.78º40.64%57.06%-
HSV(B)279.78º46.84%74.51%-
XYZ28.4520.551.17-
YUV128.79162.55150.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 101 (39.84% from 255) = 22.39%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=35.48%
G=22.39%
B=42.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601011900.160.4700.25279.7840.6457.06
HexA065BE102F0191182939
Octal24014527620570314305171
Binary1010000011001011011111010000101111011001100011000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A065BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A065BE; }

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

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

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

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

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

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

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

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