#ABA8D1

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

Shades of Wistful #ABA8D1

Tints of Wistful #ABA8D1

Color information

#ABA8D1 (or 0xABA8D1) is unknown color: approx Wistful. HEX triplet: AB, A8 and D1. RGB value is (171,168,209). Sum of RGB (Red+Green+Blue) = 171+168+209=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 209 - color contains mainly: blue. Hex color #ABA8D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8D1 is #54572E. Grayscale: #ADADAD. Windows color (decimal): -5527343 or 13740203. OLE color: 13740203.

HSL color Cylindrical-coordinate representation of color #ABA8D1: hue angle of 244.39º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABA8D1 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171168209-
CMYK0.180.2000.18
HSL244.39º30.83%73.92%-
HSV(B)244.39º19.62%81.96%-
XYZ42.3141.2766.06-
YUV173.57147.99126.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.20%
GREEN value IS 168 (66.02% from 255) = 30.66%
BLUE value IS 209 (82.03% from 255) = 38.14%
R=31.20%
G=30.66%
B=38.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711682090.180.2000.18244.3930.8373.92
HexABA8D11214012f41f4a
Octal253250321222402236437112
Binary101010111010100011010001100101010001001011110100111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA8D1; }

 p { color: rgb(171,168,209); }

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

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

 a { background-color: rgb(171,168,209); }

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

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

 span { border-color: rgb(171,168,209); }

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