#A969BF

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

Shades of Deep Lilac #A969BF

Tints of Deep Lilac #A969BF

Color information

#A969BF (or 0xA969BF) is unknown color: approx Deep Lilac. HEX triplet: A9, 69 and BF. RGB value is (169,105,191). Sum of RGB (Red+Green+Blue) = 169+105+191=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #A969BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A969BF is #569640. Grayscale: #858585. Windows color (decimal): -5674561 or 12544425. OLE color: 12544425.

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

Color convert

RGB169105191-
CMYK0.120.4500.25
HSL284.65º40.19%58.04%-
HSV(B)284.65º45.03%74.9%-
XYZ30.8222.351.97-
YUV133.94160.2153.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.34%
GREEN value IS 105 (41.41% from 255) = 22.58%
BLUE value IS 191 (75% from 255) = 41.08%
R=36.34%
G=22.58%
B=41.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691051910.120.4500.25284.6540.1958.04
HexA969BFC2D01911d283a
Octal25115127714550314355072
Binary101010011101001101111111100101101011001100011101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A969BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A969BF; }

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

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

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

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

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

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

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

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