Shades of Perano #AFBAFF
Tints of Perano #AFBAFF
RGB
CMYK
RGB Variations
Color information
#AFBAFF (or 0xAFBAFF) is known color: Perano. HEX triplet: AF, BA and FF. RGB value is (175,186,255). Sum of RGB (Red+Green+Blue) = 175+186+255=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFBAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBAFF is #504500. Grayscale: #BEBEBE. Windows color (decimal): -5260545 or 16759471. OLE color: 16759471.
HSL color Cylindrical-coordinate representation of color #AFBAFF: hue angle of 231.75º 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 #AFBAFF is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 186 | 255 | - |
| CMYK | 0.31 | 0.27 | 0 | 0 |
| HSL | 231.75º | 1% | 0.84% | - |
| HSV(B) | 231.75º | 0.31% | 1% | - |
| XYZ | 53.29 | 51.45 | 101.73 | - |
| YUV | 190.58 | 164.36 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 255 | 0.31 | 0.27 | 0 | 0 | 231.75 | 1 | 0.84 |
| Hex | AF | BA | FF | 1F | 1B | 0 | 0 | E8 | 64 | 54 |
| Octal | 257 | 272 | 377 | 37 | 33 | 0 | 0 | 350 | 144 | 124 |
| Binary | 10101111 | 10111010 | 11111111 | 11111 | 11011 | 0 | 0 | 11101000 | 1100100 | 1010100 |
Color Harmonies of #AFBAFF
Complementary color
Monochromatic Colors of #AFBAFF
Black with #AFBAFF
Text Example
Text Example
White with #AFBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBAFF; }
p { color: rgb(175,186,255); }
H1.HeaderClassName
{
color: #AFBAFF;
}
.AnyTagClassName
{
color: #AFBAFF;
}
</style>
background-color css
<style>
a { background-color: #AFBAFF; }
a { background-color: rgb(175,186,255); }
div.DivClassName
{
background-color: #AFBAFF;
}
.BgClassName
{
background-color: #AFBAFF;
}
</style>
border-color css
<style>
span { border-color: #AFBAFF; }
span { border-color: rgb(175,186,255); }
td.TdClassName
{
border-color: #AFBAFF;
}
.TagClassName
{
border-color: #AFBAFF;
}
</style>