#ABA0ED

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

Shades of Wistful #ABA0ED

Tints of Wistful #ABA0ED

Color information

#ABA0ED (or 0xABA0ED) is unknown color: approx Wistful. HEX triplet: AB, A0 and ED. RGB value is (171,160,237). Sum of RGB (Red+Green+Blue) = 171+160+237=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABA0ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA0ED is #545F12. Grayscale: #ABABAB. Windows color (decimal): -5529363 or 15573163. OLE color: 15573163.

HSL color Cylindrical-coordinate representation of color #ABA0ED: hue angle of 248.57º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABA0ED is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171160237-
CMYK0.280.3200.07
HSL248.57º68.14%77.84%-
HSV(B)248.57º32.49%92.94%-
XYZ44.6539.9185.47-
YUV172.07164.64127.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.11%
GREEN value IS 160 (62.89% from 255) = 28.17%
BLUE value IS 237 (92.97% from 255) = 41.73%
R=30.11%
G=28.17%
B=41.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711602370.280.3200.07248.5768.1477.84
HexABA0ED1C2007f9444e
Octal253240355344007371104116
Binary1010101110100000111011011110010000001111111100110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA0ED; }

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

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

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

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

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

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

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

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