Shades of Perano #AFB0E7
Tints of Perano #AFB0E7
RGB
CMYK
RGB Variations
Color information
#AFB0E7 (or 0xAFB0E7) is known color: Perano. HEX triplet: AF, B0 and E7. RGB value is (175,176,231). Sum of RGB (Red+Green+Blue) = 175+176+231=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 231 - color contains mainly: blue. Hex color #AFB0E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB0E7 is #504F18. Grayscale: #B5B5B5. Windows color (decimal): -5263129 or 15184047. OLE color: 15184047.
HSL color Cylindrical-coordinate representation of color #AFB0E7: hue angle of 238.93º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFB0E7 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 176 | 231 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.09 |
| HSL | 238.93º | 0.54% | 0.8% | - |
| HSV(B) | 238.93º | 0.24% | 0.91% | - |
| XYZ | 47.63 | 45.93 | 81.96 | - |
| YUV | 181.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 231 | 0.24 | 0.24 | 0 | 0.09 | 238.93 | 0.54 | 0.8 |
| Hex | AF | B0 | E7 | 18 | 18 | 0 | 9 | EF | 36 | 50 |
| Octal | 257 | 260 | 347 | 30 | 30 | 0 | 11 | 357 | 66 | 120 |
| Binary | 10101111 | 10110000 | 11100111 | 11000 | 11000 | 0 | 1001 | 11101111 | 110110 | 1010000 |
Color Harmonies of #AFB0E7
Complementary color
Monochromatic Colors of #AFB0E7
Black with #AFB0E7
Text Example
Text Example
White with #AFB0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB0E7; }
p { color: rgb(175,176,231); }
H1.HeaderClassName
{
color: #AFB0E7;
}
.AnyTagClassName
{
color: #AFB0E7;
}
</style>
background-color css
<style>
a { background-color: #AFB0E7; }
a { background-color: rgb(175,176,231); }
div.DivClassName
{
background-color: #AFB0E7;
}
.BgClassName
{
background-color: #AFB0E7;
}
</style>
border-color css
<style>
span { border-color: #AFB0E7; }
span { border-color: rgb(175,176,231); }
td.TdClassName
{
border-color: #AFB0E7;
}
.TagClassName
{
border-color: #AFB0E7;
}
</style>