#ABA3DB

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

Shades of Wistful #ABA3DB

Tints of Wistful #ABA3DB

Color information

#ABA3DB (or 0xABA3DB) is unknown color: approx Wistful. HEX triplet: AB, A3 and DB. RGB value is (171,163,219). Sum of RGB (Red+Green+Blue) = 171+163+219=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABA3DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3DB is #545C24. Grayscale: #ABABAB. Windows color (decimal): -5528613 or 14394283. OLE color: 14394283.

HSL color Cylindrical-coordinate representation of color #ABA3DB: hue angle of 248.57º degrees, saturation: 0.44, 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 #ABA3DB is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171163219-
CMYK0.220.2600.14
HSL248.57º43.75%74.9%-
HSV(B)248.57º25.57%85.88%-
XYZ42.6839.9772.48-
YUV171.78154.65127.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.92%
GREEN value IS 163 (64.06% from 255) = 29.48%
BLUE value IS 219 (85.94% from 255) = 39.60%
R=30.92%
G=29.48%
B=39.60%

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
Decimal1711632190.220.2600.14248.5743.7574.9
HexABA3DB161A0Ef92c4b
Octal253243333263201637154113
Binary101010111010001111011011101101101001110111110011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA3DB; }

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

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

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

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

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

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

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

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