#ABA9DB

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

Shades of Wistful #ABA9DB

Tints of Wistful #ABA9DB

Color information

#ABA9DB (or 0xABA9DB) is unknown color: approx Wistful. HEX triplet: AB, A9 and DB. RGB value is (171,169,219). Sum of RGB (Red+Green+Blue) = 171+169+219=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABA9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9DB is #545624. Grayscale: #AFAFAF. Windows color (decimal): -5527077 or 14395819. OLE color: 14395819.

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

Color convert

RGB171169219-
CMYK0.220.2300.14
HSL242.4º40.98%76.08%-
HSV(B)242.4º22.83%85.88%-
XYZ43.7742.1572.85-
YUV175.3152.66124.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.59%
GREEN value IS 169 (66.41% from 255) = 30.23%
BLUE value IS 219 (85.94% from 255) = 39.18%
R=30.59%
G=30.23%
B=39.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711692190.220.2300.14242.440.9876.08
HexABA9DB16170Ef2294c
Octal253251333262701636251114
Binary101010111010100111011011101101011101110111100101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9DB; }

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

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

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

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

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

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

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

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