#ABA6BB

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

Shades of Spun Pearl #ABA6BB

Tints of Spun Pearl #ABA6BB

Color information

#ABA6BB (or 0xABA6BB) is unknown color: approx Spun Pearl. HEX triplet: AB, A6 and BB. RGB value is (171,166,187). Sum of RGB (Red+Green+Blue) = 171+166+187=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABA6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6BB is #545944. Grayscale: #A9A9A9. Windows color (decimal): -5527877 or 12297899. OLE color: 12297899.

HSL color Cylindrical-coordinate representation of color #ABA6BB: hue angle of 254.29º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABA6BB is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171166187-
CMYK0.090.1100.27
HSL254.29º13.38%69.22%-
HSV(B)254.29º11.23%73.33%-
XYZ39.439.5252.56-
YUV169.89137.66128.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.63%
GREEN value IS 166 (65.23% from 255) = 31.68%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=32.63%
G=31.68%
B=35.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711661870.090.1100.27254.2913.3869.22
HexABA6BB9B01Bfed45
Octal253246273111303337615105
Binary101010111010011010111011100110110110111111111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA6BB; }

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

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

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

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

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

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

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

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