Shades of Perano #AFB7FA
Tints of Perano #AFB7FA
RGB
CMYK
RGB Variations
Color information
#AFB7FA (or 0xAFB7FA) is known color: Perano. HEX triplet: AF, B7 and FA. RGB value is (175,183,250). Sum of RGB (Red+Green+Blue) = 175+183+250=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFB7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB7FA is #504805. Grayscale: #BBBBBB. Windows color (decimal): -5261318 or 16431023. OLE color: 16431023.
HSL color Cylindrical-coordinate representation of color #AFB7FA: hue angle of 233.6º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFB7FA is Cyan = 0.3, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 183 | 250 | - |
| CMYK | 0.3 | 0.27 | 0 | 0.02 |
| HSL | 233.6º | 0.88% | 0.83% | - |
| HSV(B) | 233.6º | 0.3% | 0.98% | - |
| XYZ | 51.87 | 49.88 | 97.34 | - |
| YUV | 188.25 | 162.85 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 250 | 0.3 | 0.27 | 0 | 0.02 | 233.6 | 0.88 | 0.83 |
| Hex | AF | B7 | FA | 1E | 1B | 0 | 2 | EA | 58 | 53 |
| Octal | 257 | 267 | 372 | 36 | 33 | 0 | 2 | 352 | 130 | 123 |
| Binary | 10101111 | 10110111 | 11111010 | 11110 | 11011 | 0 | 10 | 11101010 | 1011000 | 1010011 |
Color Harmonies of #AFB7FA
Complementary color
Monochromatic Colors of #AFB7FA
Black with #AFB7FA
Text Example
Text Example
White with #AFB7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB7FA; }
p { color: rgb(175,183,250); }
H1.HeaderClassName
{
color: #AFB7FA;
}
.AnyTagClassName
{
color: #AFB7FA;
}
</style>
background-color css
<style>
a { background-color: #AFB7FA; }
a { background-color: rgb(175,183,250); }
div.DivClassName
{
background-color: #AFB7FA;
}
.BgClassName
{
background-color: #AFB7FA;
}
</style>
border-color css
<style>
span { border-color: #AFB7FA; }
span { border-color: rgb(175,183,250); }
td.TdClassName
{
border-color: #AFB7FA;
}
.TagClassName
{
border-color: #AFB7FA;
}
</style>