#ABA9DF

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

Shades of Wistful #ABA9DF

Tints of Wistful #ABA9DF

Color information

#ABA9DF (or 0xABA9DF) is unknown color: approx Wistful. HEX triplet: AB, A9 and DF. RGB value is (171,169,223). Sum of RGB (Red+Green+Blue) = 171+169+223=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABA9DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9DF is #545620. Grayscale: #AFAFAF. Windows color (decimal): -5527073 or 14657963. OLE color: 14657963.

HSL color Cylindrical-coordinate representation of color #ABA9DF: hue angle of 242.22º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABA9DF is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171169223-
CMYK0.230.2400.13
HSL242.22º45.76%76.86%-
HSV(B)242.22º24.22%87.45%-
XYZ44.342.3675.65-
YUV175.75154.66124.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.37%
GREEN value IS 169 (66.41% from 255) = 30.02%
BLUE value IS 223 (87.5% from 255) = 39.61%
R=30.37%
G=30.02%
B=39.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711692230.230.2400.13242.2245.7676.86
HexABA9DF17180Df22e4d
Octal253251337273001536256115
Binary101010111010100111011111101111100001101111100101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9DF; }

 p { color: rgb(171,169,223); }

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

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

 a { background-color: rgb(171,169,223); }

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

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

 span { border-color: rgb(171,169,223); }

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