#ABAAD7

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

Shades of Wistful #ABAAD7

Tints of Wistful #ABAAD7

Color information

#ABAAD7 (or 0xABAAD7) is unknown color: approx Wistful. HEX triplet: AB, AA and D7. RGB value is (171,170,215). Sum of RGB (Red+Green+Blue) = 171+170+215=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 215 - color contains mainly: blue. Hex color #ABAAD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAAD7 is #545528. Grayscale: #AFAFAF. Windows color (decimal): -5526825 or 14133931. OLE color: 14133931.

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

Color convert

RGB171170215-
CMYK0.200.2100.16
HSL241.33º36%75.49%-
HSV(B)241.33º20.93%84.31%-
XYZ43.4442.3170.17-
YUV175.43150.33124.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.76%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 215 (84.38% from 255) = 38.67%
R=30.76%
G=30.58%
B=38.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711702150.200.2100.16241.333675.49
HexABAAD71415010f1244b
Octal253252327242502036144113
Binary1010101110101010110101111010010101010000111100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAD7; }

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

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

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

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

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

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

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

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