Shades of Perano #A1A8EB
Tints of Perano #A1A8EB
RGB
CMYK
RGB Variations
Color information
#A1A8EB (or 0xA1A8EB) is known color: Perano. HEX triplet: A1, A8 and EB. RGB value is (161,168,235). Sum of RGB (Red+Green+Blue) = 161+168+235=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1A8EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A8EB is #5E5714. Grayscale: #ADADAD. Windows color (decimal): -6182677 or 15444129. OLE color: 15444129.
HSL color Cylindrical-coordinate representation of color #A1A8EB: hue angle of 234.32º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1A8EB is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 168 | 235 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.08 |
| HSL | 234.32º | 0.65% | 0.78% | - |
| HSV(B) | 234.32º | 0.31% | 0.92% | - |
| XYZ | 43.7 | 41.58 | 84.32 | - |
| YUV | 173.55 | 162.68 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 168 | 235 | 0.31 | 0.29 | 0 | 0.08 | 234.32 | 0.65 | 0.78 |
| Hex | A1 | A8 | EB | 1F | 1D | 0 | 8 | EA | 41 | 4E |
| Octal | 241 | 250 | 353 | 37 | 35 | 0 | 10 | 352 | 101 | 116 |
| Binary | 10100001 | 10101000 | 11101011 | 11111 | 11101 | 0 | 1000 | 11101010 | 1000001 | 1001110 |
Color Harmonies of #A1A8EB
Complementary color
Monochromatic Colors of #A1A8EB
Black with #A1A8EB
Text Example
Text Example
White with #A1A8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A8EB; }
p { color: rgb(161,168,235); }
H1.HeaderClassName
{
color: #A1A8EB;
}
.AnyTagClassName
{
color: #A1A8EB;
}
</style>
background-color css
<style>
a { background-color: #A1A8EB; }
a { background-color: rgb(161,168,235); }
div.DivClassName
{
background-color: #A1A8EB;
}
.BgClassName
{
background-color: #A1A8EB;
}
</style>
border-color css
<style>
span { border-color: #A1A8EB; }
span { border-color: rgb(161,168,235); }
td.TdClassName
{
border-color: #A1A8EB;
}
.TagClassName
{
border-color: #A1A8EB;
}
</style>