#ABAAD5

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

Shades of Wistful #ABAAD5

Tints of Wistful #ABAAD5

Color information

#ABAAD5 (or 0xABAAD5) is unknown color: approx Wistful. HEX triplet: AB, AA and D5. RGB value is (171,170,213). Sum of RGB (Red+Green+Blue) = 171+170+213=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 213 - color contains mainly: blue. Hex color #ABAAD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAAD5 is #54552A. Grayscale: #AFAFAF. Windows color (decimal): -5526827 or 14002859. OLE color: 14002859.

HSL color Cylindrical-coordinate representation of color #ABAAD5: hue angle of 241.4º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABAAD5 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171170213-
CMYK0.200.2000.16
HSL241.4º33.86%75.1%-
HSV(B)241.4º20.19%83.53%-
XYZ43.1842.2168.82-
YUV175.2149.33125-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.87%
GREEN value IS 170 (66.80% from 255) = 30.69%
BLUE value IS 213 (83.59% from 255) = 38.45%
R=30.87%
G=30.69%
B=38.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711702130.200.2000.16241.433.8675.1
HexABAAD51414010f1224b
Octal253252325242402036142113
Binary1010101110101010110101011010010100010000111100011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAD5; }

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

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

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

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

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

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

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

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