Shades of Perano #A0AFED
Tints of Perano #A0AFED
RGB
CMYK
RGB Variations
Color information
#A0AFED (or 0xA0AFED) is known color: Perano. HEX triplet: A0, AF and ED. RGB value is (160,175,237). Sum of RGB (Red+Green+Blue) = 160+175+237=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0AFED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AFED is #5F5012. Grayscale: #B1B1B1. Windows color (decimal): -6246419 or 15576992. OLE color: 15576992.
HSL color Cylindrical-coordinate representation of color #A0AFED: hue angle of 228.31º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0AFED is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 175 | 237 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.07 |
| HSL | 228.31º | 0.68% | 0.78% | - |
| HSV(B) | 228.31º | 0.32% | 0.93% | - |
| XYZ | 45.11 | 44.25 | 86.28 | - |
| YUV | 177.58 | 161.53 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 237 | 0.32 | 0.26 | 0 | 0.07 | 228.31 | 0.68 | 0.78 |
| Hex | A0 | AF | ED | 20 | 1A | 0 | 7 | E4 | 44 | 4E |
| Octal | 240 | 257 | 355 | 40 | 32 | 0 | 7 | 344 | 104 | 116 |
| Binary | 10100000 | 10101111 | 11101101 | 100000 | 11010 | 0 | 111 | 11100100 | 1000100 | 1001110 |
Color Harmonies of #A0AFED
Complementary color
Monochromatic Colors of #A0AFED
Black with #A0AFED
Text Example
Text Example
White with #A0AFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AFED; }
p { color: rgb(160,175,237); }
H1.HeaderClassName
{
color: #A0AFED;
}
.AnyTagClassName
{
color: #A0AFED;
}
</style>
background-color css
<style>
a { background-color: #A0AFED; }
a { background-color: rgb(160,175,237); }
div.DivClassName
{
background-color: #A0AFED;
}
.BgClassName
{
background-color: #A0AFED;
}
</style>
border-color css
<style>
span { border-color: #A0AFED; }
span { border-color: rgb(160,175,237); }
td.TdClassName
{
border-color: #A0AFED;
}
.TagClassName
{
border-color: #A0AFED;
}
</style>