#ABA0DC

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

Shades of Wistful #ABA0DC

Tints of Wistful #ABA0DC

Color information

#ABA0DC (or 0xABA0DC) is unknown color: approx Wistful. HEX triplet: AB, A0 and DC. RGB value is (171,160,220). Sum of RGB (Red+Green+Blue) = 171+160+220=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABA0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0DC is #545F23. Grayscale: #A9A9A9. Windows color (decimal): -5529380 or 14459051. OLE color: 14459051.

HSL color Cylindrical-coordinate representation of color #ABA0DC: hue angle of 251º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABA0DC is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171160220-
CMYK0.220.2700.14
HSL251º46.15%74.51%-
HSV(B)251º27.27%86.27%-
XYZ42.2838.9773-
YUV170.13156.14128.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.03%
GREEN value IS 160 (62.89% from 255) = 29.04%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=31.03%
G=29.04%
B=39.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711602200.220.2700.1425146.1574.51
HexABA0DC161B0Efb2e4b
Octal253240334263301637356113
Binary101010111010000011011100101101101101110111110111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA0DC; }

 p { color: rgb(171,160,220); }

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

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

 a { background-color: rgb(171,160,220); }

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

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

 span { border-color: rgb(171,160,220); }

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