Shades of Perano #AFAFEC
Tints of Perano #AFAFEC
RGB
CMYK
RGB Variations
Color information
#AFAFEC (or 0xAFAFEC) is known color: Perano. HEX triplet: AF, AF and EC. RGB value is (175,175,236). Sum of RGB (Red+Green+Blue) = 175+175+236=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFAFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAFEC is #505013. Grayscale: #B5B5B5. Windows color (decimal): -5263380 or 15511471. OLE color: 15511471.
HSL color Cylindrical-coordinate representation of color #AFAFEC: hue angle of 240º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFAFEC is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 175 | 236 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.07 |
| HSL | 240º | 0.62% | 0.81% | - |
| HSV(B) | 240º | 0.26% | 0.93% | - |
| XYZ | 48.15 | 45.83 | 85.67 | - |
| YUV | 181.95 | 158.5 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 236 | 0.26 | 0.26 | 0 | 0.07 | 240 | 0.62 | 0.81 |
| Hex | AF | AF | EC | 1A | 1A | 0 | 7 | F0 | 3E | 51 |
| Octal | 257 | 257 | 354 | 32 | 32 | 0 | 7 | 360 | 76 | 121 |
| Binary | 10101111 | 10101111 | 11101100 | 11010 | 11010 | 0 | 111 | 11110000 | 111110 | 1010001 |
Color Harmonies of #AFAFEC
Complementary color
Monochromatic Colors of #AFAFEC
Black with #AFAFEC
Text Example
Text Example
White with #AFAFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAFEC; }
p { color: rgb(175,175,236); }
H1.HeaderClassName
{
color: #AFAFEC;
}
.AnyTagClassName
{
color: #AFAFEC;
}
</style>
background-color css
<style>
a { background-color: #AFAFEC; }
a { background-color: rgb(175,175,236); }
div.DivClassName
{
background-color: #AFAFEC;
}
.BgClassName
{
background-color: #AFAFEC;
}
</style>
border-color css
<style>
span { border-color: #AFAFEC; }
span { border-color: rgb(175,175,236); }
td.TdClassName
{
border-color: #AFAFEC;
}
.TagClassName
{
border-color: #AFAFEC;
}
</style>