#ABA4DF

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

Shades of Wistful #ABA4DF

Tints of Wistful #ABA4DF

Color information

#ABA4DF (or 0xABA4DF) is unknown color: approx Wistful. HEX triplet: AB, A4 and DF. RGB value is (171,164,223). Sum of RGB (Red+Green+Blue) = 171+164+223=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABA4DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4DF is #545B20. Grayscale: #ACACAC. Windows color (decimal): -5528353 or 14656683. OLE color: 14656683.

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

Color convert

RGB171164223-
CMYK0.230.2600.13
HSL247.12º47.97%75.88%-
HSV(B)247.12º26.46%87.45%-
XYZ43.3940.5475.35-
YUV172.82156.32126.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.65%
GREEN value IS 164 (64.45% from 255) = 29.39%
BLUE value IS 223 (87.5% from 255) = 39.96%
R=30.65%
G=29.39%
B=39.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711642230.230.2600.13247.1247.9775.88
HexABA4DF171A0Df7304c
Octal253244337273201536760114
Binary101010111010010011011111101111101001101111101111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4DF; }

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

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

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

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

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

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

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

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