Shades of Perano #A0AFEB
Tints of Perano #A0AFEB
RGB
CMYK
RGB Variations
Color information
#A0AFEB (or 0xA0AFEB) is known color: Perano. HEX triplet: A0, AF and EB. RGB value is (160,175,235). Sum of RGB (Red+Green+Blue) = 160+175+235=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0AFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AFEB is #5F5014. Grayscale: #B1B1B1. Windows color (decimal): -6246421 or 15445920. OLE color: 15445920.
HSL color Cylindrical-coordinate representation of color #A0AFEB: hue angle of 228º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0AFEB is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 175 | 235 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.08 |
| HSL | 228º | 0.65% | 0.77% | - |
| HSV(B) | 228º | 0.32% | 0.92% | - |
| XYZ | 44.82 | 44.13 | 84.75 | - |
| YUV | 177.36 | 160.53 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 235 | 0.32 | 0.26 | 0 | 0.08 | 228 | 0.65 | 0.77 |
| Hex | A0 | AF | EB | 20 | 1A | 0 | 8 | E4 | 41 | 4D |
| Octal | 240 | 257 | 353 | 40 | 32 | 0 | 10 | 344 | 101 | 115 |
| Binary | 10100000 | 10101111 | 11101011 | 100000 | 11010 | 0 | 1000 | 11100100 | 1000001 | 1001101 |
Color Harmonies of #A0AFEB
Complementary color
Monochromatic Colors of #A0AFEB
Black with #A0AFEB
Text Example
Text Example
White with #A0AFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AFEB; }
p { color: rgb(160,175,235); }
H1.HeaderClassName
{
color: #A0AFEB;
}
.AnyTagClassName
{
color: #A0AFEB;
}
</style>
background-color css
<style>
a { background-color: #A0AFEB; }
a { background-color: rgb(160,175,235); }
div.DivClassName
{
background-color: #A0AFEB;
}
.BgClassName
{
background-color: #A0AFEB;
}
</style>
border-color css
<style>
span { border-color: #A0AFEB; }
span { border-color: rgb(160,175,235); }
td.TdClassName
{
border-color: #A0AFEB;
}
.TagClassName
{
border-color: #A0AFEB;
}
</style>