#AB69BF

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

Shades of Deep Lilac #AB69BF

Tints of Deep Lilac #AB69BF

Color information

#AB69BF (or 0xAB69BF) is unknown color: approx Deep Lilac. HEX triplet: AB, 69 and BF. RGB value is (171,105,191). Sum of RGB (Red+Green+Blue) = 171+105+191=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB69BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB69BF is #549640. Grayscale: #868686. Windows color (decimal): -5543489 or 12544427. OLE color: 12544427.

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

Color convert

RGB171105191-
CMYK0.100.4500.25
HSL286.05º40.19%58.04%-
HSV(B)286.05º45.03%74.9%-
XYZ31.2522.5251.99-
YUV134.54159.87154.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 105 (41.41% from 255) = 22.48%
BLUE value IS 191 (75% from 255) = 40.90%
R=36.62%
G=22.48%
B=40.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711051910.100.4500.25286.0540.1958.04
HexAB69BFA2D01911e283a
Octal25315127712550314365072
Binary101010111101001101111111010101101011001100011110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB69BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB69BF; }

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

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

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

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

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

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

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

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