#A8A7B2

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

Shades of Spun Pearl #A8A7B2

Tints of Spun Pearl #A8A7B2

Color information

#A8A7B2 (or 0xA8A7B2) is unknown color: approx Spun Pearl. HEX triplet: A8, A7 and B2. RGB value is (168,167,178). Sum of RGB (Red+Green+Blue) = 168+167+178=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 178 - color contains mainly: blue. Hex color #A8A7B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A7B2 is #57584D. Grayscale: #A8A8A8. Windows color (decimal): -5724238 or 11708328. OLE color: 11708328.

HSL color Cylindrical-coordinate representation of color #A8A7B2: hue angle of 245.45º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A8A7B2 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB168167178-
CMYK0.060.0600.30
HSL245.45º6.67%67.65%-
HSV(B)245.45º6.18%69.8%-
XYZ3839.1847.68-
YUV168.55133.33127.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 167 (65.62% from 255) = 32.55%
BLUE value IS 178 (69.92% from 255) = 34.70%
R=32.75%
G=32.55%
B=34.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681671780.060.0600.30245.456.6767.65
HexA8A7B26601Ef5744
Octal250247262660363657104
Binary101010001010011110110010110110011110111101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A7B2; }

 p { color: rgb(168,167,178); }

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

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

 a { background-color: rgb(168,167,178); }

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

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

 span { border-color: rgb(168,167,178); }

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