#A7A0BB

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

Shades of Spun Pearl #A7A0BB

Tints of Spun Pearl #A7A0BB

Color information

#A7A0BB (or 0xA7A0BB) is unknown color: approx Spun Pearl. HEX triplet: A7, A0 and BB. RGB value is (167,160,187). Sum of RGB (Red+Green+Blue) = 167+160+187=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #A7A0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A0BB is #585F44. Grayscale: #A5A5A5. Windows color (decimal): -5791557 or 12296359. OLE color: 12296359.

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

Color convert

RGB167160187-
CMYK0.110.1400.27
HSL255.56º16.56%68.04%-
HSV(B)255.56º14.44%73.33%-
XYZ37.4836.9452.17-
YUV165.17140.32129.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.49%
GREEN value IS 160 (62.89% from 255) = 31.13%
BLUE value IS 187 (73.44% from 255) = 36.38%
R=32.49%
G=31.13%
B=36.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671601870.110.1400.27255.5616.5668.04
HexA7A0BBBE01B1001144
Octal247240273131603340021104
Binary10100111101000001011101110111110011011100000000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A0BB; }

 p { color: rgb(167,160,187); }

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

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

 a { background-color: rgb(167,160,187); }

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

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

 span { border-color: rgb(167,160,187); }

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