#ABA8DE

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

Shades of Wistful #ABA8DE

Tints of Wistful #ABA8DE

Color information

#ABA8DE (or 0xABA8DE) is unknown color: approx Wistful. HEX triplet: AB, A8 and DE. RGB value is (171,168,222). Sum of RGB (Red+Green+Blue) = 171+168+222=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABA8DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8DE is #545721. Grayscale: #AEAEAE. Windows color (decimal): -5527330 or 14592171. OLE color: 14592171.

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

Color convert

RGB171168222-
CMYK0.230.2400.13
HSL243.33º45%76.47%-
HSV(B)243.33º24.32%87.06%-
XYZ43.9841.9474.88-
YUV175.05154.49125.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.48%
GREEN value IS 168 (66.02% from 255) = 29.95%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=30.48%
G=29.95%
B=39.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711682220.230.2400.13243.334576.47
HexABA8DE17180Df32d4c
Octal253250336273001536355114
Binary101010111010100011011110101111100001101111100111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA8DE; }

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

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

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

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

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

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

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

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