#ABA7DD

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

Shades of Wistful #ABA7DD

Tints of Wistful #ABA7DD

Color information

#ABA7DD (or 0xABA7DD) is unknown color: approx Wistful. HEX triplet: AB, A7 and DD. RGB value is (171,167,221). Sum of RGB (Red+Green+Blue) = 171+167+221=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABA7DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA7DD is #545822. Grayscale: #AEAEAE. Windows color (decimal): -5527587 or 14526379. OLE color: 14526379.

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

Color convert

RGB171167221-
CMYK0.230.2400.13
HSL244.44º44.26%76.08%-
HSV(B)244.44º24.43%86.67%-
XYZ43.6641.5274.12-
YUV174.35154.33125.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.59%
GREEN value IS 167 (65.62% from 255) = 29.87%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=30.59%
G=29.87%
B=39.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711672210.230.2400.13244.4444.2676.08
HexABA7DD17180Df42c4c
Octal253247335273001536454114
Binary101010111010011111011101101111100001101111101001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA7DD; }

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

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

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

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

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

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

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

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