Shades of Spun Pearl #AFAABD
Tints of Spun Pearl #AFAABD
RGB
CMYK
RGB Variations
Color information
#AFAABD (or 0xAFAABD) is known color: Spun Pearl. HEX triplet: AF, AA and BD. RGB value is (175,170,189). Sum of RGB (Red+Green+Blue) = 175+170+189=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFAABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAABD is #505542. Grayscale: #ADADAD. Windows color (decimal): -5264707 or 12429999. OLE color: 12429999.
HSL color Cylindrical-coordinate representation of color #AFAABD: hue angle of 255.79º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFAABD is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 170 | 189 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.26 |
| HSL | 255.79º | 0.13% | 0.7% | - |
| HSV(B) | 255.79º | 0.1% | 0.74% | - |
| XYZ | 41.24 | 41.54 | 53.99 | - |
| YUV | 173.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 189 | 0.07 | 0.10 | 0 | 0.26 | 255.79 | 0.13 | 0.7 |
| Hex | AF | AA | BD | 7 | A | 0 | 1A | 100 | D | 46 |
| Octal | 257 | 252 | 275 | 7 | 12 | 0 | 32 | 400 | 15 | 106 |
| Binary | 10101111 | 10101010 | 10111101 | 111 | 1010 | 0 | 11010 | 100000000 | 1101 | 1000110 |
Color Harmonies of #AFAABD
Complementary color
Monochromatic Colors of #AFAABD
Black with #AFAABD
Text Example
Text Example
White with #AFAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAABD; }
p { color: rgb(175,170,189); }
H1.HeaderClassName
{
color: #AFAABD;
}
.AnyTagClassName
{
color: #AFAABD;
}
</style>
background-color css
<style>
a { background-color: #AFAABD; }
a { background-color: rgb(175,170,189); }
div.DivClassName
{
background-color: #AFAABD;
}
.BgClassName
{
background-color: #AFAABD;
}
</style>
border-color css
<style>
span { border-color: #AFAABD; }
span { border-color: rgb(175,170,189); }
td.TdClassName
{
border-color: #AFAABD;
}
.TagClassName
{
border-color: #AFAABD;
}
</style>