#ABAACC

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

Shades of Wistful #ABAACC

Tints of Wistful #ABAACC

Color information

#ABAACC (or 0xABAACC) is unknown color: approx Wistful. HEX triplet: AB, AA and CC. RGB value is (171,170,204). Sum of RGB (Red+Green+Blue) = 171+170+204=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAACC is #545533. Grayscale: #AEAEAE. Windows color (decimal): -5526836 or 13413035. OLE color: 13413035.

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

Color convert

RGB171170204-
CMYK0.160.1700.2
HSL241.76º25%73.33%-
HSV(B)241.76º16.67%80%-
XYZ42.0741.7762.97-
YUV174.18144.83125.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=31.38%
G=31.19%
B=37.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711702040.160.1700.2241.762573.33
HexABAACC1011014f21949
Octal253252314202102436231111
Binary101010111010101011001100100001000101010011110010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAACC; }

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

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

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

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

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

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

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

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