#A7A4BA

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

Shades of Spun Pearl #A7A4BA

Tints of Spun Pearl #A7A4BA

Color information

#A7A4BA (or 0xA7A4BA) is unknown color: approx Spun Pearl. HEX triplet: A7, A4 and BA. RGB value is (167,164,186). Sum of RGB (Red+Green+Blue) = 167+164+186=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #A7A4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A4BA is #585B45. Grayscale: #A7A7A7. Windows color (decimal): -5790534 or 12231847. OLE color: 12231847.

HSL color Cylindrical-coordinate representation of color #A7A4BA: hue angle of 248.18º 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 #A7A4BA is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167164186-
CMYK0.100.1200.27
HSL248.18º13.75%68.63%-
HSV(B)248.18º11.83%72.94%-
XYZ38.0738.3151.84-
YUV167.4138.49127.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.30%
GREEN value IS 164 (64.45% from 255) = 31.72%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=32.30%
G=31.72%
B=35.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671641860.100.1200.27248.1813.7568.63
HexA7A4BAAC01Bf8e45
Octal247244272121403337016105
Binary101001111010010010111010101011000110111111100011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A4BA; }

 p { color: rgb(167,164,186); }

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

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

 a { background-color: rgb(167,164,186); }

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

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

 span { border-color: rgb(167,164,186); }

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