#ABA5DF

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

Shades of Wistful #ABA5DF

Tints of Wistful #ABA5DF

Color information

#ABA5DF (or 0xABA5DF) is unknown color: approx Wistful. HEX triplet: AB, A5 and DF. RGB value is (171,165,223). Sum of RGB (Red+Green+Blue) = 171+165+223=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABA5DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5DF is #545A20. Grayscale: #ADADAD. Windows color (decimal): -5528097 or 14656939. OLE color: 14656939.

HSL color Cylindrical-coordinate representation of color #ABA5DF: hue angle of 246.21º 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 #ABA5DF is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171165223-
CMYK0.230.2600.13
HSL246.21º47.54%76.08%-
HSV(B)246.21º26.01%87.45%-
XYZ43.5740.975.41-
YUV173.41155.99126.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.59%
GREEN value IS 165 (64.84% from 255) = 29.52%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=30.59%
G=29.52%
B=39.89%

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
Decimal1711652230.230.2600.13246.2147.5476.08
HexABA5DF171A0Df6304c
Octal253245337273201536660114
Binary101010111010010111011111101111101001101111101101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA5DF; }

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

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

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

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

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

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

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

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