#ABAADB

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

Shades of Wistful #ABAADB

Tints of Wistful #ABAADB

Color information

#ABAADB (or 0xABAADB) is unknown color: approx Wistful. HEX triplet: AB, AA and DB. RGB value is (171,170,219). Sum of RGB (Red+Green+Blue) = 171+170+219=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABAADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAADB is #545524. Grayscale: #AFAFAF. Windows color (decimal): -5526821 or 14396075. OLE color: 14396075.

HSL color Cylindrical-coordinate representation of color #ABAADB: hue angle of 241.22º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABAADB is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171170219-
CMYK0.220.2200.14
HSL241.22º40.5%76.27%-
HSV(B)241.22º22.37%85.88%-
XYZ43.9642.5272.91-
YUV175.88152.33124.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.54%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=30.54%
G=30.36%
B=39.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711702190.220.2200.14241.2240.576.27
HexABAADB16160Ef1284c
Octal253252333262601636150114
Binary101010111010101011011011101101011001110111100011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAADB; }

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

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

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

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

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

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

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

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