#aba6cb

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

Shades of Wistful #ABA6CB

Tints of Wistful #ABA6CB

Color information

#ABA6CB (or 0xABA6CB) is unknown color: approx Wistful. HEX triplet: AB, A6 and CB. RGB value is (171,166,203). Sum of RGB (Red+Green+Blue) = 171+166+203=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABA6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6CB is #545934. Grayscale: #ABABAB. Windows color (decimal): -5527861 or 13346475. OLE color: 13346475.

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

Color convert

RGB171166203-
CMYK0.160.1800.20
HSL248.11º26.24%72.35%-
HSV(B)248.11º18.23%79.61%-
XYZ41.2140.2462.1-
YUV171.71145.66127.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.67%
GREEN value IS 166 (65.23% from 255) = 30.74%
BLUE value IS 203 (79.69% from 255) = 37.59%
R=31.67%
G=30.74%
B=37.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711662030.160.1800.20248.1126.2472.35
HexABA6CB1012014f81a48
Octal253246313202202437032110
Binary101010111010011011001011100001001001010011111000110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aba6cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aba6cb; }

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

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

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

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

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

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

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

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