Shades of Perano #AFB9FA
Tints of Perano #AFB9FA
RGB
CMYK
RGB Variations
Color information
#AFB9FA (or 0xAFB9FA) is known color: Perano. HEX triplet: AF, B9 and FA. RGB value is (175,185,250). Sum of RGB (Red+Green+Blue) = 175+185+250=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFB9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB9FA is #504605. Grayscale: #BDBDBD. Windows color (decimal): -5260806 or 16431535. OLE color: 16431535.
HSL color Cylindrical-coordinate representation of color #AFB9FA: hue angle of 232º 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 #AFB9FA is Cyan = 0.3, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 185 | 250 | - |
| CMYK | 0.3 | 0.26 | 0 | 0.02 |
| HSL | 232º | 0.88% | 0.83% | - |
| HSV(B) | 232º | 0.3% | 0.98% | - |
| XYZ | 52.28 | 50.71 | 97.48 | - |
| YUV | 189.42 | 162.19 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 250 | 0.3 | 0.26 | 0 | 0.02 | 232 | 0.88 | 0.83 |
| Hex | AF | B9 | FA | 1E | 1A | 0 | 2 | E8 | 58 | 53 |
| Octal | 257 | 271 | 372 | 36 | 32 | 0 | 2 | 350 | 130 | 123 |
| Binary | 10101111 | 10111001 | 11111010 | 11110 | 11010 | 0 | 10 | 11101000 | 1011000 | 1010011 |
Color Harmonies of #AFB9FA
Complementary color
Monochromatic Colors of #AFB9FA
Black with #AFB9FA
Text Example
Text Example
White with #AFB9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB9FA; }
p { color: rgb(175,185,250); }
H1.HeaderClassName
{
color: #AFB9FA;
}
.AnyTagClassName
{
color: #AFB9FA;
}
</style>
background-color css
<style>
a { background-color: #AFB9FA; }
a { background-color: rgb(175,185,250); }
div.DivClassName
{
background-color: #AFB9FA;
}
.BgClassName
{
background-color: #AFB9FA;
}
</style>
border-color css
<style>
span { border-color: #AFB9FA; }
span { border-color: rgb(175,185,250); }
td.TdClassName
{
border-color: #AFB9FA;
}
.TagClassName
{
border-color: #AFB9FA;
}
</style>