#ABAADD

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

Shades of Wistful #ABAADD

Tints of Wistful #ABAADD

Color information

#ABAADD (or 0xABAADD) is unknown color: approx Wistful. HEX triplet: AB, AA and DD. RGB value is (171,170,221). Sum of RGB (Red+Green+Blue) = 171+170+221=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABAADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAADD is #545522. Grayscale: #AFAFAF. Windows color (decimal): -5526819 or 14527147. OLE color: 14527147.

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

Color convert

RGB171170221-
CMYK0.230.2300.13
HSL241.18º42.86%76.67%-
HSV(B)241.18º23.08%86.67%-
XYZ44.2242.6374.3-
YUV176.11153.33124.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.43%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=30.43%
G=30.25%
B=39.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711702210.230.2300.13241.1842.8676.67
HexABAADD17170Df12b4d
Octal253252335272701536153115
Binary101010111010101011011101101111011101101111100011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAADD; }

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

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

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

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

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

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

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

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