Shades of Perano #AFA8F8
Tints of Perano #AFA8F8
RGB
CMYK
RGB Variations
Color information
#AFA8F8 (or 0xAFA8F8) is known color: Perano. HEX triplet: AF, A8 and F8. RGB value is (175,168,248). Sum of RGB (Red+Green+Blue) = 175+168+248=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 248 (97.27% from 255 or 41.96% from 591); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFA8F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA8F8 is #505707. Grayscale: #B2B2B2. Windows color (decimal): -5265160 or 16296111. OLE color: 16296111.
HSL color Cylindrical-coordinate representation of color #AFA8F8: hue angle of 245.25º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFA8F8 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 168 | 248 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.03 |
| HSL | 245.25º | 0.85% | 0.82% | - |
| HSV(B) | 245.25º | 0.32% | 0.97% | - |
| XYZ | 48.63 | 43.9 | 94.72 | - |
| YUV | 179.21 | 166.82 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 248 | 0.29 | 0.32 | 0 | 0.03 | 245.25 | 0.85 | 0.82 |
| Hex | AF | A8 | F8 | 1D | 20 | 0 | 3 | F5 | 55 | 52 |
| Octal | 257 | 250 | 370 | 35 | 40 | 0 | 3 | 365 | 125 | 122 |
| Binary | 10101111 | 10101000 | 11111000 | 11101 | 100000 | 0 | 11 | 11110101 | 1010101 | 1010010 |
Color Harmonies of #AFA8F8
Complementary color
Monochromatic Colors of #AFA8F8
Black with #AFA8F8
Text Example
Text Example
White with #AFA8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA8F8; }
p { color: rgb(175,168,248); }
H1.HeaderClassName
{
color: #AFA8F8;
}
.AnyTagClassName
{
color: #AFA8F8;
}
</style>
background-color css
<style>
a { background-color: #AFA8F8; }
a { background-color: rgb(175,168,248); }
div.DivClassName
{
background-color: #AFA8F8;
}
.BgClassName
{
background-color: #AFA8F8;
}
</style>
border-color css
<style>
span { border-color: #AFA8F8; }
span { border-color: rgb(175,168,248); }
td.TdClassName
{
border-color: #AFA8F8;
}
.TagClassName
{
border-color: #AFA8F8;
}
</style>