#A769BF

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

Shades of Deep Lilac #A769BF

Tints of Deep Lilac #A769BF

Color information

#A769BF (or 0xA769BF) is unknown color: approx Deep Lilac. HEX triplet: A7, 69 and BF. RGB value is (167,105,191). Sum of RGB (Red+Green+Blue) = 167+105+191=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #A769BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A769BF is #589640. Grayscale: #858585. Windows color (decimal): -5805633 or 12544423. OLE color: 12544423.

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

Color convert

RGB167105191-
CMYK0.130.4500.25
HSL283.26º40.19%58.04%-
HSV(B)283.26º45.03%74.9%-
XYZ30.3922.0851.95-
YUV133.34160.54152.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.07%
GREEN value IS 105 (41.41% from 255) = 22.68%
BLUE value IS 191 (75% from 255) = 41.25%
R=36.07%
G=22.68%
B=41.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671051910.130.4500.25283.2640.1958.04
HexA769BFD2D01911b283a
Octal24715127715550314335072
Binary101001111101001101111111101101101011001100011011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A769BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A769BF; }

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

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

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

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

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

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

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

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