#ABA6CC

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

Shades of Wistful #ABA6CC

Tints of Wistful #ABA6CC

Color information

#ABA6CC (or 0xABA6CC) is unknown color: approx Wistful. HEX triplet: AB, A6 and CC. RGB value is (171,166,204). Sum of RGB (Red+Green+Blue) = 171+166+204=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABA6CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6CC is #545933. Grayscale: #ABABAB. Windows color (decimal): -5527860 or 13412011. OLE color: 13412011.

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

Color convert

RGB171166204-
CMYK0.160.1900.2
HSL247.89º27.14%72.55%-
HSV(B)247.89º18.63%80%-
XYZ41.3340.2962.73-
YUV171.83146.16127.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.61%
GREEN value IS 166 (65.23% from 255) = 30.68%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=31.61%
G=30.68%
B=37.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711662040.160.1900.2247.8927.1472.55
HexABA6CC1013014f81b49
Octal253246314202302437033111
Binary101010111010011011001100100001001101010011111000110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA6CC; }

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

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

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

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

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

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

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

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