Shades of Perano #AFB3F0
Tints of Perano #AFB3F0
RGB
CMYK
RGB Variations
Color information
#AFB3F0 (or 0xAFB3F0) is known color: Perano. HEX triplet: AF, B3 and F0. RGB value is (175,179,240). Sum of RGB (Red+Green+Blue) = 175+179+240=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFB3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB3F0 is #504C0F. Grayscale: #B8B8B8. Windows color (decimal): -5262352 or 15774639. OLE color: 15774639.
HSL color Cylindrical-coordinate representation of color #AFB3F0: hue angle of 236.31º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFB3F0 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 179 | 240 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.06 |
| HSL | 236.31º | 0.68% | 0.81% | - |
| HSV(B) | 236.31º | 0.27% | 0.94% | - |
| XYZ | 49.53 | 47.65 | 89.02 | - |
| YUV | 184.76 | 159.17 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 240 | 0.27 | 0.25 | 0 | 0.06 | 236.31 | 0.68 | 0.81 |
| Hex | AF | B3 | F0 | 1B | 19 | 0 | 6 | EC | 44 | 51 |
| Octal | 257 | 263 | 360 | 33 | 31 | 0 | 6 | 354 | 104 | 121 |
| Binary | 10101111 | 10110011 | 11110000 | 11011 | 11001 | 0 | 110 | 11101100 | 1000100 | 1010001 |
Color Harmonies of #AFB3F0
Complementary color
Monochromatic Colors of #AFB3F0
Black with #AFB3F0
Text Example
Text Example
White with #AFB3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB3F0; }
p { color: rgb(175,179,240); }
H1.HeaderClassName
{
color: #AFB3F0;
}
.AnyTagClassName
{
color: #AFB3F0;
}
</style>
background-color css
<style>
a { background-color: #AFB3F0; }
a { background-color: rgb(175,179,240); }
div.DivClassName
{
background-color: #AFB3F0;
}
.BgClassName
{
background-color: #AFB3F0;
}
</style>
border-color css
<style>
span { border-color: #AFB3F0; }
span { border-color: rgb(175,179,240); }
td.TdClassName
{
border-color: #AFB3F0;
}
.TagClassName
{
border-color: #AFB3F0;
}
</style>