Shades of Perano #AFA7F8
Tints of Perano #AFA7F8
RGB
CMYK
RGB Variations
Color information
#AFA7F8 (or 0xAFA7F8) is known color: Perano. HEX triplet: AF, A7 and F8. RGB value is (175,167,248). Sum of RGB (Red+Green+Blue) = 175+167+248=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 248 (97.27% from 255 or 42.03% from 590); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFA7F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA7F8 is #505807. Grayscale: #B2B2B2. Windows color (decimal): -5265416 or 16295855. OLE color: 16295855.
HSL color Cylindrical-coordinate representation of color #AFA7F8: hue angle of 245.93º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFA7F8 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 167 | 248 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.03 |
| HSL | 245.93º | 0.85% | 0.81% | - |
| HSV(B) | 245.93º | 0.33% | 0.97% | - |
| XYZ | 48.44 | 43.53 | 94.66 | - |
| YUV | 178.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 248 | 0.29 | 0.33 | 0 | 0.03 | 245.93 | 0.85 | 0.81 |
| Hex | AF | A7 | F8 | 1D | 21 | 0 | 3 | F6 | 55 | 51 |
| Octal | 257 | 247 | 370 | 35 | 41 | 0 | 3 | 366 | 125 | 121 |
| Binary | 10101111 | 10100111 | 11111000 | 11101 | 100001 | 0 | 11 | 11110110 | 1010101 | 1010001 |
Color Harmonies of #AFA7F8
Complementary color
Monochromatic Colors of #AFA7F8
Black with #AFA7F8
Text Example
Text Example
White with #AFA7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA7F8; }
p { color: rgb(175,167,248); }
H1.HeaderClassName
{
color: #AFA7F8;
}
.AnyTagClassName
{
color: #AFA7F8;
}
</style>
background-color css
<style>
a { background-color: #AFA7F8; }
a { background-color: rgb(175,167,248); }
div.DivClassName
{
background-color: #AFA7F8;
}
.BgClassName
{
background-color: #AFA7F8;
}
</style>
border-color css
<style>
span { border-color: #AFA7F8; }
span { border-color: rgb(175,167,248); }
td.TdClassName
{
border-color: #AFA7F8;
}
.TagClassName
{
border-color: #AFA7F8;
}
</style>