#A565BF

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

Shades of Deep Lilac #A565BF

Tints of Deep Lilac #A565BF

Color information

#A565BF (or 0xA565BF) is unknown color: approx Deep Lilac. HEX triplet: A5, 65 and BF. RGB value is (165,101,191). Sum of RGB (Red+Green+Blue) = 165+101+191=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #A565BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565BF is #5A9A40. Grayscale: #828282. Windows color (decimal): -5937729 or 12543397. OLE color: 12543397.

HSL color Cylindrical-coordinate representation of color #A565BF: hue angle of 282.67º 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 #A565BF is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165101191-
CMYK0.140.4700.25
HSL282.67º41.28%57.25%-
HSV(B)282.67º47.12%74.9%-
XYZ29.5721.0751.8-
YUV130.4162.2152.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.11%
GREEN value IS 101 (39.84% from 255) = 22.10%
BLUE value IS 191 (75% from 255) = 41.79%
R=36.11%
G=22.10%
B=41.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651011910.140.4700.25282.6741.2857.25
HexA565BFE2F01911b2939
Octal24514527716570314335171
Binary101001011100101101111111110101111011001100011011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A565BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A565BF; }

 p { color: rgb(165,101,191); }

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

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

 a { background-color: rgb(165,101,191); }

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

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

 span { border-color: rgb(165,101,191); }

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