#A7A1BC

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

Shades of Spun Pearl #A7A1BC

Tints of Spun Pearl #A7A1BC

Color information

#A7A1BC (or 0xA7A1BC) is unknown color: approx Spun Pearl. HEX triplet: A7, A1 and BC. RGB value is (167,161,188). Sum of RGB (Red+Green+Blue) = 167+161+188=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #A7A1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A1BC is #585E43. Grayscale: #A5A5A5. Windows color (decimal): -5791300 or 12362151. OLE color: 12362151.

HSL color Cylindrical-coordinate representation of color #A7A1BC: hue angle of 253.33º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7A1BC is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB167161188-
CMYK0.110.1400.26
HSL253.33º16.77%68.43%-
HSV(B)253.33º14.36%73.73%-
XYZ37.7637.3452.79-
YUV165.87140.49128.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.36%
GREEN value IS 161 (63.28% from 255) = 31.20%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=32.36%
G=31.20%
B=36.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671611880.110.1400.26253.3316.7768.43
HexA7A1BCBE01Afd1144
Octal247241274131603237521104
Binary1010011110100001101111001011111001101011111101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A1BC; }

 p { color: rgb(167,161,188); }

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

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

 a { background-color: rgb(167,161,188); }

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

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

 span { border-color: rgb(167,161,188); }

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