#A769BC

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

Shades of Deep Lilac #A769BC

Tints of Deep Lilac #A769BC

Color information

#A769BC (or 0xA769BC) is unknown color: approx Deep Lilac. HEX triplet: A7, 69 and BC. RGB value is (167,105,188). Sum of RGB (Red+Green+Blue) = 167+105+188=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #A769BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A769BC is #589643. Grayscale: #848484. Windows color (decimal): -5805636 or 12347815. OLE color: 12347815.

HSL color Cylindrical-coordinate representation of color #A769BC: hue angle of 284.82º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A769BC is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB167105188-
CMYK0.110.4400.26
HSL284.82º38.25%57.45%-
HSV(B)284.82º44.15%73.73%-
XYZ30.0721.9550.23-
YUV133159.04152.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.30%
GREEN value IS 105 (41.41% from 255) = 22.83%
BLUE value IS 188 (73.83% from 255) = 40.87%
R=36.30%
G=22.83%
B=40.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671051880.110.4400.26284.8238.2557.45
HexA769BCB2C01A11d2639
Octal24715127413540324354671
Binary101001111101001101111001011101100011010100011101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A769BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A769BC; }

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

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

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

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

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

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

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

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