#ABAAE1

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

Shades of Wistful #ABAAE1

Tints of Wistful #ABAAE1

Color information

#ABAAE1 (or 0xABAAE1) is unknown color: approx Wistful. HEX triplet: AB, AA and E1. RGB value is (171,170,225). Sum of RGB (Red+Green+Blue) = 171+170+225=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABAAE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAAE1 is #54551E. Grayscale: #B0B0B0. Windows color (decimal): -5526815 or 14789291. OLE color: 14789291.

HSL color Cylindrical-coordinate representation of color #ABAAE1: hue angle of 241.09º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABAAE1 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB171170225-
CMYK0.240.2400.12
HSL241.09º47.83%77.45%-
HSV(B)241.09º24.44%88.24%-
XYZ44.7642.8477.14-
YUV176.57155.33124.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.21%
GREEN value IS 170 (66.80% from 255) = 30.04%
BLUE value IS 225 (88.28% from 255) = 39.75%
R=30.21%
G=30.04%
B=39.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711702250.240.2400.12241.0947.8377.45
HexABAAE118180Cf1304d
Octal253252341303001436160115
Binary101010111010101011100001110001100001100111100011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAE1; }

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

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

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

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

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

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

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

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