#ABA4BB

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

Shades of Spun Pearl #ABA4BB

Tints of Spun Pearl #ABA4BB

Color information

#ABA4BB (or 0xABA4BB) is unknown color: approx Spun Pearl. HEX triplet: AB, A4 and BB. RGB value is (171,164,187). Sum of RGB (Red+Green+Blue) = 171+164+187=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABA4BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4BB is #545B44. Grayscale: #A8A8A8. Windows color (decimal): -5528389 or 12297387. OLE color: 12297387.

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

Color convert

RGB171164187-
CMYK0.090.1200.27
HSL258.26º14.47%68.82%-
HSV(B)258.26º12.3%73.33%-
XYZ39.0438.852.44-
YUV168.72138.32129.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 164 (64.45% from 255) = 31.42%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=32.76%
G=31.42%
B=35.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711641870.090.1200.27258.2614.4768.82
HexABA4BB9C01B102e45
Octal253244273111403340216105
Binary1010101110100100101110111001110001101110000001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4BB; }

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

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

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

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

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

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

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

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