#ABA8DF

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

Shades of Wistful #ABA8DF

Tints of Wistful #ABA8DF

Color information

#ABA8DF (or 0xABA8DF) is unknown color: approx Wistful. HEX triplet: AB, A8 and DF. RGB value is (171,168,223). Sum of RGB (Red+Green+Blue) = 171+168+223=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABA8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8DF is #545720. Grayscale: #AEAEAE. Windows color (decimal): -5527329 or 14657707. OLE color: 14657707.

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

Color convert

RGB171168223-
CMYK0.230.2500.13
HSL243.27º46.22%76.67%-
HSV(B)243.27º24.66%87.45%-
XYZ44.1241.9975.59-
YUV175.17154.99125.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.43%
GREEN value IS 168 (66.02% from 255) = 29.89%
BLUE value IS 223 (87.5% from 255) = 39.68%
R=30.43%
G=29.89%
B=39.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711682230.230.2500.13243.2746.2276.67
HexABA8DF17190Df32e4d
Octal253250337273101536356115
Binary101010111010100011011111101111100101101111100111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA8DF; }

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

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

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

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

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

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

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

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