Shades of Spun Pearl #A6A4B2
Tints of Spun Pearl #A6A4B2
RGB
CMYK
RGB Variations
Color information
#A6A4B2 (or 0xA6A4B2) is known color: Spun Pearl. HEX triplet: A6, A4 and B2. RGB value is (166,164,178). Sum of RGB (Red+Green+Blue) = 166+164+178=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 178 - color contains mainly: blue. Hex color #A6A4B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A4B2 is #595B4D. Grayscale: #A6A6A6. Windows color (decimal): -5856078 or 11707558. OLE color: 11707558.
HSL color Cylindrical-coordinate representation of color #A6A4B2: hue angle of 248.57º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6A4B2 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 164 | 178 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.30 |
| HSL | 248.57º | 0.08% | 0.67% | - |
| HSV(B) | 248.57º | 0.08% | 0.7% | - |
| XYZ | 37.04 | 37.87 | 47.48 | - |
| YUV | 166.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 164 | 178 | 0.07 | 0.08 | 0 | 0.30 | 248.57 | 0.08 | 0.67 |
| Hex | A6 | A4 | B2 | 7 | 8 | 0 | 1E | F9 | 8 | 43 |
| Octal | 246 | 244 | 262 | 7 | 10 | 0 | 36 | 371 | 10 | 103 |
| Binary | 10100110 | 10100100 | 10110010 | 111 | 1000 | 0 | 11110 | 11111001 | 1000 | 1000011 |
Color Harmonies of #A6A4B2
Complementary color
Monochromatic Colors of #A6A4B2
Black with #A6A4B2
Text Example
Text Example
White with #A6A4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A4B2; }
p { color: rgb(166,164,178); }
H1.HeaderClassName
{
color: #A6A4B2;
}
.AnyTagClassName
{
color: #A6A4B2;
}
</style>
background-color css
<style>
a { background-color: #A6A4B2; }
a { background-color: rgb(166,164,178); }
div.DivClassName
{
background-color: #A6A4B2;
}
.BgClassName
{
background-color: #A6A4B2;
}
</style>
border-color css
<style>
span { border-color: #A6A4B2; }
span { border-color: rgb(166,164,178); }
td.TdClassName
{
border-color: #A6A4B2;
}
.TagClassName
{
border-color: #A6A4B2;
}
</style>