#A7A2BC

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

Shades of Spun Pearl #A7A2BC

Tints of Spun Pearl #A7A2BC

Color information

#A7A2BC (or 0xA7A2BC) is unknown color: approx Spun Pearl. HEX triplet: A7, A2 and BC. RGB value is (167,162,188). Sum of RGB (Red+Green+Blue) = 167+162+188=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #A7A2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A2BC is #585D43. Grayscale: #A6A6A6. Windows color (decimal): -5791044 or 12362407. OLE color: 12362407.

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

Color convert

RGB167162188-
CMYK0.110.1400.26
HSL251.54º16.25%68.63%-
HSV(B)251.54º13.83%73.73%-
XYZ37.9337.6952.85-
YUV166.46140.16128.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.30%
GREEN value IS 162 (63.67% from 255) = 31.33%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=32.30%
G=31.33%
B=36.36%

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
Decimal1671621880.110.1400.26251.5416.2568.63
HexA7A2BCBE01Afc1045
Octal247242274131603237420105
Binary1010011110100010101111001011111001101011111100100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A2BC; }

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

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

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

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

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

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

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

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