#ABA3DF

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

Shades of Wistful #ABA3DF

Tints of Wistful #ABA3DF

Color information

#ABA3DF (or 0xABA3DF) is unknown color: approx Wistful. HEX triplet: AB, A3 and DF. RGB value is (171,163,223). Sum of RGB (Red+Green+Blue) = 171+163+223=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABA3DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3DF is #545C20. Grayscale: #ACACAC. Windows color (decimal): -5528609 or 14656427. OLE color: 14656427.

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

Color convert

RGB171163223-
CMYK0.230.2700.13
HSL248º48.39%75.69%-
HSV(B)248º26.91%87.45%-
XYZ43.2140.1875.29-
YUV172.23156.65127.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.70%
GREEN value IS 163 (64.06% from 255) = 29.26%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=30.70%
G=29.26%
B=40.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711632230.230.2700.1324848.3975.69
HexABA3DF171B0Df8304c
Octal253243337273301537060114
Binary101010111010001111011111101111101101101111110001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA3DF; }

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

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

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

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

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

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

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

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