#ABA7D1

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

Shades of Wistful #ABA7D1

Tints of Wistful #ABA7D1

Color information

#ABA7D1 (or 0xABA7D1) is unknown color: approx Wistful. HEX triplet: AB, A7 and D1. RGB value is (171,167,209). Sum of RGB (Red+Green+Blue) = 171+167+209=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 167 (65.62% from 255 or 30.53% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 209 - color contains mainly: blue. Hex color #ABA7D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA7D1 is #54582E. Grayscale: #ACACAC. Windows color (decimal): -5527599 or 13739947. OLE color: 13739947.

HSL color Cylindrical-coordinate representation of color #ABA7D1: hue angle of 245.71º 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 #ABA7D1 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171167209-
CMYK0.180.2000.18
HSL245.71º31.34%73.73%-
HSV(B)245.71º20.1%81.96%-
XYZ42.1240.966-
YUV172.98148.33126.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 167 (65.62% from 255) = 30.53%
BLUE value IS 209 (82.03% from 255) = 38.21%
R=31.26%
G=30.53%
B=38.21%

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
Decimal1711672090.180.2000.18245.7131.3473.73
HexABA7D11214012f61f4a
Octal253247321222402236637112
Binary101010111010011111010001100101010001001011110110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA7D1; }

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

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

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

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

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

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

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

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