#ABAADF

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

Shades of Wistful #ABAADF

Tints of Wistful #ABAADF

Color information

#ABAADF (or 0xABAADF) is unknown color: approx Wistful. HEX triplet: AB, AA and DF. RGB value is (171,170,223). Sum of RGB (Red+Green+Blue) = 171+170+223=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABAADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAADF is #545520. Grayscale: #B0B0B0. Windows color (decimal): -5526817 or 14658219. OLE color: 14658219.

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

Color convert

RGB171170223-
CMYK0.230.2400.13
HSL241.13º45.3%77.06%-
HSV(B)241.13º23.77%87.45%-
XYZ44.4942.7475.72-
YUV176.34154.33124.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.32%
GREEN value IS 170 (66.80% from 255) = 30.14%
BLUE value IS 223 (87.5% from 255) = 39.54%
R=30.32%
G=30.14%
B=39.54%

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
Decimal1711702230.230.2400.13241.1345.377.06
HexABAADF17180Df12d4d
Octal253252337273001536155115
Binary101010111010101011011111101111100001101111100011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAADF; }

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

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

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

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

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

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

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

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