Shades of Perano #AFAAED
Tints of Perano #AFAAED
RGB
CMYK
RGB Variations
Color information
#AFAAED (or 0xAFAAED) is known color: Perano. HEX triplet: AF, AA and ED. RGB value is (175,170,237). Sum of RGB (Red+Green+Blue) = 175+170+237=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFAAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAAED is #505512. Grayscale: #B2B2B2. Windows color (decimal): -5264659 or 15575727. OLE color: 15575727.
HSL color Cylindrical-coordinate representation of color #AFAAED: hue angle of 244.48º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFAAED is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 170 | 237 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.07 |
| HSL | 244.48º | 0.65% | 0.8% | - |
| HSV(B) | 244.48º | 0.28% | 0.93% | - |
| XYZ | 47.34 | 43.98 | 86.11 | - |
| YUV | 179.13 | 160.66 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 237 | 0.26 | 0.28 | 0 | 0.07 | 244.48 | 0.65 | 0.8 |
| Hex | AF | AA | ED | 1A | 1C | 0 | 7 | F4 | 41 | 50 |
| Octal | 257 | 252 | 355 | 32 | 34 | 0 | 7 | 364 | 101 | 120 |
| Binary | 10101111 | 10101010 | 11101101 | 11010 | 11100 | 0 | 111 | 11110100 | 1000001 | 1010000 |
Color Harmonies of #AFAAED
Complementary color
Monochromatic Colors of #AFAAED
Black with #AFAAED
Text Example
Text Example
White with #AFAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAAED; }
p { color: rgb(175,170,237); }
H1.HeaderClassName
{
color: #AFAAED;
}
.AnyTagClassName
{
color: #AFAAED;
}
</style>
background-color css
<style>
a { background-color: #AFAAED; }
a { background-color: rgb(175,170,237); }
div.DivClassName
{
background-color: #AFAAED;
}
.BgClassName
{
background-color: #AFAAED;
}
</style>
border-color css
<style>
span { border-color: #AFAAED; }
span { border-color: rgb(175,170,237); }
td.TdClassName
{
border-color: #AFAAED;
}
.TagClassName
{
border-color: #AFAAED;
}
</style>