#ABA1DB

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

Shades of Wistful #ABA1DB

Tints of Wistful #ABA1DB

Color information

#ABA1DB (or 0xABA1DB) is unknown color: approx Wistful. HEX triplet: AB, A1 and DB. RGB value is (171,161,219). Sum of RGB (Red+Green+Blue) = 171+161+219=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABA1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA1DB is #545E24. Grayscale: #AAAAAA. Windows color (decimal): -5529125 or 14393771. OLE color: 14393771.

HSL color Cylindrical-coordinate representation of color #ABA1DB: hue angle of 250.34º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABA1DB is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171161219-
CMYK0.220.2600.14
HSL250.34º44.62%74.51%-
HSV(B)250.34º26.48%85.88%-
XYZ42.3339.2672.37-
YUV170.6155.31128.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.03%
GREEN value IS 161 (63.28% from 255) = 29.22%
BLUE value IS 219 (85.94% from 255) = 39.75%
R=31.03%
G=29.22%
B=39.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711612190.220.2600.14250.3444.6274.51
HexABA1DB161A0Efa2d4b
Octal253241333263201637255113
Binary101010111010000111011011101101101001110111110101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA1DB; }

 p { color: rgb(171,161,219); }

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

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

 a { background-color: rgb(171,161,219); }

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

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

 span { border-color: rgb(171,161,219); }

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