#ABA9CE

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

Shades of Wistful #ABA9CE

Tints of Wistful #ABA9CE

Color information

#ABA9CE (or 0xABA9CE) is unknown color: approx Wistful. HEX triplet: AB, A9 and CE. RGB value is (171,169,206). Sum of RGB (Red+Green+Blue) = 171+169+206=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABA9CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9CE is #545631. Grayscale: #ADADAD. Windows color (decimal): -5527090 or 13543851. OLE color: 13543851.

HSL color Cylindrical-coordinate representation of color #ABA9CE: hue angle of 243.24º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABA9CE is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB171169206-
CMYK0.170.1800.19
HSL243.24º27.41%73.53%-
HSV(B)243.24º17.96%80.78%-
XYZ42.1241.4964.18-
YUV173.82146.16125.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 169 (66.41% from 255) = 30.95%
BLUE value IS 206 (80.86% from 255) = 37.73%
R=31.32%
G=30.95%
B=37.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711692060.170.1800.19243.2427.4173.53
HexABA9CE1112013f31b4a
Octal253251316212202336333112
Binary101010111010100111001110100011001001001111110011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9CE; }

 p { color: rgb(171,169,206); }

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

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

 a { background-color: rgb(171,169,206); }

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

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

 span { border-color: rgb(171,169,206); }

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