#A065BB

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

Shades of Deep Lilac #A065BB

Tints of Deep Lilac #A065BB

Color information

#A065BB (or 0xA065BB) is unknown color: approx Deep Lilac. HEX triplet: A0, 65 and BB. RGB value is (160,101,187). Sum of RGB (Red+Green+Blue) = 160+101+187=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #A065BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A065BB is #5F9A44. Grayscale: #808080. Windows color (decimal): -6265413 or 12281248. OLE color: 12281248.

HSL color Cylindrical-coordinate representation of color #A065BB: hue angle of 281.16º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A065BB is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160101187-
CMYK0.140.4600.27
HSL281.16º38.74%56.47%-
HSV(B)281.16º45.99%73.33%-
XYZ28.1220.3749.46-
YUV128.44161.05150.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.71%
GREEN value IS 101 (39.84% from 255) = 22.54%
BLUE value IS 187 (73.44% from 255) = 41.74%
R=35.71%
G=22.54%
B=41.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601011870.140.4600.27281.1638.7456.47
HexA065BBE2E01B1192738
Octal24014527316560334314770
Binary101000001100101101110111110101110011011100011001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A065BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A065BB; }

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

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

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

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

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

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

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

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