Shades of Perano #AFAEFE
Tints of Perano #AFAEFE
RGB
CMYK
RGB Variations
Color information
#AFAEFE (or 0xAFAEFE) is known color: Perano. HEX triplet: AF, AE and FE. RGB value is (175,174,254). Sum of RGB (Red+Green+Blue) = 175+174+254=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFAEFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAEFE is #505101. Grayscale: #B7B7B7. Windows color (decimal): -5263618 or 16690863. OLE color: 16690863.
HSL color Cylindrical-coordinate representation of color #AFAEFE: hue angle of 240.75º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFAEFE is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 174 | 254 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.00 |
| HSL | 240.75º | 0.98% | 0.84% | - |
| HSV(B) | 240.75º | 0.31% | 1% | - |
| XYZ | 50.7 | 46.54 | 100.08 | - |
| YUV | 183.42 | 167.83 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 254 | 0.31 | 0.31 | 0 | 0.00 | 240.75 | 0.98 | 0.84 |
| Hex | AF | AE | FE | 1F | 1F | 0 | 0 | F1 | 62 | 54 |
| Octal | 257 | 256 | 376 | 37 | 37 | 0 | 0 | 361 | 142 | 124 |
| Binary | 10101111 | 10101110 | 11111110 | 11111 | 11111 | 0 | 0 | 11110001 | 1100010 | 1010100 |
Color Harmonies of #AFAEFE
Complementary color
Monochromatic Colors of #AFAEFE
Black with #AFAEFE
Text Example
Text Example
White with #AFAEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAEFE; }
p { color: rgb(175,174,254); }
H1.HeaderClassName
{
color: #AFAEFE;
}
.AnyTagClassName
{
color: #AFAEFE;
}
</style>
background-color css
<style>
a { background-color: #AFAEFE; }
a { background-color: rgb(175,174,254); }
div.DivClassName
{
background-color: #AFAEFE;
}
.BgClassName
{
background-color: #AFAEFE;
}
</style>
border-color css
<style>
span { border-color: #AFAEFE; }
span { border-color: rgb(175,174,254); }
td.TdClassName
{
border-color: #AFAEFE;
}
.TagClassName
{
border-color: #AFAEFE;
}
</style>