Shades of Perano #AFB8FF
Tints of Perano #AFB8FF
RGB
CMYK
RGB Variations
Color information
#AFB8FF (or 0xAFB8FF) is known color: Perano. HEX triplet: AF, B8 and FF. RGB value is (175,184,255). Sum of RGB (Red+Green+Blue) = 175+184+255=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 184 (72.27% from 255 or 29.97% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFB8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB8FF is #504700. Grayscale: #BDBDBD. Windows color (decimal): -5261057 or 16758959. OLE color: 16758959.
HSL color Cylindrical-coordinate representation of color #AFB8FF: hue angle of 233.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFB8FF is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 184 | 255 | - |
| CMYK | 0.31 | 0.28 | 0 | 0 |
| HSL | 233.25º | 1% | 0.84% | - |
| HSV(B) | 233.25º | 0.31% | 1% | - |
| XYZ | 52.87 | 50.61 | 101.59 | - |
| YUV | 189.4 | 165.02 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 255 | 0.31 | 0.28 | 0 | 0 | 233.25 | 1 | 0.84 |
| Hex | AF | B8 | FF | 1F | 1C | 0 | 0 | E9 | 64 | 54 |
| Octal | 257 | 270 | 377 | 37 | 34 | 0 | 0 | 351 | 144 | 124 |
| Binary | 10101111 | 10111000 | 11111111 | 11111 | 11100 | 0 | 0 | 11101001 | 1100100 | 1010100 |
Color Harmonies of #AFB8FF
Complementary color
Monochromatic Colors of #AFB8FF
Black with #AFB8FF
Text Example
Text Example
White with #AFB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB8FF; }
p { color: rgb(175,184,255); }
H1.HeaderClassName
{
color: #AFB8FF;
}
.AnyTagClassName
{
color: #AFB8FF;
}
</style>
background-color css
<style>
a { background-color: #AFB8FF; }
a { background-color: rgb(175,184,255); }
div.DivClassName
{
background-color: #AFB8FF;
}
.BgClassName
{
background-color: #AFB8FF;
}
</style>
border-color css
<style>
span { border-color: #AFB8FF; }
span { border-color: rgb(175,184,255); }
td.TdClassName
{
border-color: #AFB8FF;
}
.TagClassName
{
border-color: #AFB8FF;
}
</style>