Shades of Perano #AFB1E4
Tints of Perano #AFB1E4
RGB
CMYK
RGB Variations
Color information
#AFB1E4 (or 0xAFB1E4) is known color: Perano. HEX triplet: AF, B1 and E4. RGB value is (175,177,228). Sum of RGB (Red+Green+Blue) = 175+177+228=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 228 (89.45% from 255 or 39.31% from 580); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFB1E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1E4 is #504E1B. Grayscale: #B6B6B6. Windows color (decimal): -5262876 or 14987695. OLE color: 14987695.
HSL color Cylindrical-coordinate representation of color #AFB1E4: hue angle of 237.74º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFB1E4 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 177 | 228 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.11 |
| HSL | 237.74º | 0.5% | 0.79% | - |
| HSV(B) | 237.74º | 0.23% | 0.89% | - |
| XYZ | 47.4 | 46.16 | 79.81 | - |
| YUV | 182.22 | 153.84 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 228 | 0.23 | 0.22 | 0 | 0.11 | 237.74 | 0.5 | 0.79 |
| Hex | AF | B1 | E4 | 17 | 16 | 0 | B | EE | 32 | 4F |
| Octal | 257 | 261 | 344 | 27 | 26 | 0 | 13 | 356 | 62 | 117 |
| Binary | 10101111 | 10110001 | 11100100 | 10111 | 10110 | 0 | 1011 | 11101110 | 110010 | 1001111 |
Color Harmonies of #AFB1E4
Complementary color
Monochromatic Colors of #AFB1E4
Black with #AFB1E4
Text Example
Text Example
White with #AFB1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB1E4; }
p { color: rgb(175,177,228); }
H1.HeaderClassName
{
color: #AFB1E4;
}
.AnyTagClassName
{
color: #AFB1E4;
}
</style>
background-color css
<style>
a { background-color: #AFB1E4; }
a { background-color: rgb(175,177,228); }
div.DivClassName
{
background-color: #AFB1E4;
}
.BgClassName
{
background-color: #AFB1E4;
}
</style>
border-color css
<style>
span { border-color: #AFB1E4; }
span { border-color: rgb(175,177,228); }
td.TdClassName
{
border-color: #AFB1E4;
}
.TagClassName
{
border-color: #AFB1E4;
}
</style>