#ABAACD

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

Shades of Wistful #ABAACD

Tints of Wistful #ABAACD

Color information

#ABAACD (or 0xABAACD) is unknown color: approx Wistful. HEX triplet: AB, AA and CD. RGB value is (171,170,205). Sum of RGB (Red+Green+Blue) = 171+170+205=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #ABAACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAACD is #545532. Grayscale: #AEAEAE. Windows color (decimal): -5526835 or 13478571. OLE color: 13478571.

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

Color convert

RGB171170205-
CMYK0.170.1700.20
HSL241.71º25.93%73.53%-
HSV(B)241.71º17.07%80.39%-
XYZ42.1941.8263.61-
YUV174.29145.33125.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=31.32%
G=31.14%
B=37.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711702050.170.1700.20241.7125.9373.53
HexABAACD1111014f21a4a
Octal253252315212102436232112
Binary101010111010101011001101100011000101010011110010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAACD; }

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

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

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

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

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

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

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

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