#A569BF

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

Shades of Deep Lilac #A569BF

Tints of Deep Lilac #A569BF

Color information

#A569BF (or 0xA569BF) is unknown color: approx Deep Lilac. HEX triplet: A5, 69 and BF. RGB value is (165,105,191). Sum of RGB (Red+Green+Blue) = 165+105+191=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #A569BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A569BF is #5A9640. Grayscale: #848484. Windows color (decimal): -5936705 or 12544421. OLE color: 12544421.

HSL color Cylindrical-coordinate representation of color #A569BF: hue angle of 281.86º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A569BF is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165105191-
CMYK0.140.4500.25
HSL281.86º40.19%58.04%-
HSV(B)281.86º45.03%74.9%-
XYZ29.9721.8651.93-
YUV132.74160.88151.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.79%
GREEN value IS 105 (41.41% from 255) = 22.78%
BLUE value IS 191 (75% from 255) = 41.43%
R=35.79%
G=22.78%
B=41.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651051910.140.4500.25281.8640.1958.04
HexA569BFE2D01911a283a
Octal24515127716550314325072
Binary101001011101001101111111110101101011001100011010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A569BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A569BF; }

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

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

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

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

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

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

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

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