#ABA9CD

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

Shades of Wistful #ABA9CD

Tints of Wistful #ABA9CD

Color information

#ABA9CD (or 0xABA9CD) is unknown color: approx Wistful. HEX triplet: AB, A9 and CD. RGB value is (171,169,205). Sum of RGB (Red+Green+Blue) = 171+169+205=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #ABA9CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9CD is #545632. Grayscale: #ADADAD. Windows color (decimal): -5527091 or 13478315. OLE color: 13478315.

HSL color Cylindrical-coordinate representation of color #ABA9CD: hue angle of 243.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABA9CD is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171169205-
CMYK0.170.1800.20
HSL243.33º26.47%73.33%-
HSV(B)243.33º17.56%80.39%-
XYZ4241.4463.54-
YUV173.7145.66126.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 169 (66.41% from 255) = 31.01%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=31.38%
G=31.01%
B=37.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711692050.170.1800.20243.3326.4773.33
HexABA9CD1112014f31a49
Octal253251315212202436332111
Binary101010111010100111001101100011001001010011110011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9CD; }

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

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

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

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

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

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

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

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