Shades of Perano #A5B0DE
Tints of Perano #A5B0DE
RGB
CMYK
RGB Variations
Color information
#A5B0DE (or 0xA5B0DE) is known color: Perano. HEX triplet: A5, B0 and DE. RGB value is (165,176,222). Sum of RGB (Red+Green+Blue) = 165+176+222=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #A5B0DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5B0DE is #5A4F21. Grayscale: #B1B1B1. Windows color (decimal): -5918498 or 14594213. OLE color: 14594213.
HSL color Cylindrical-coordinate representation of color #A5B0DE: hue angle of 228.42º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5B0DE is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 176 | 222 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.13 |
| HSL | 228.42º | 0.46% | 0.76% | - |
| HSV(B) | 228.42º | 0.26% | 0.87% | - |
| XYZ | 44.23 | 44.32 | 75.33 | - |
| YUV | 177.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 176 | 222 | 0.26 | 0.21 | 0 | 0.13 | 228.42 | 0.46 | 0.76 |
| Hex | A5 | B0 | DE | 1A | 15 | 0 | D | E4 | 2E | 4C |
| Octal | 245 | 260 | 336 | 32 | 25 | 0 | 15 | 344 | 56 | 114 |
| Binary | 10100101 | 10110000 | 11011110 | 11010 | 10101 | 0 | 1101 | 11100100 | 101110 | 1001100 |
Color Harmonies of #A5B0DE
Complementary color
Monochromatic Colors of #A5B0DE
Black with #A5B0DE
Text Example
Text Example
White with #A5B0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B0DE; }
p { color: rgb(165,176,222); }
H1.HeaderClassName
{
color: #A5B0DE;
}
.AnyTagClassName
{
color: #A5B0DE;
}
</style>
background-color css
<style>
a { background-color: #A5B0DE; }
a { background-color: rgb(165,176,222); }
div.DivClassName
{
background-color: #A5B0DE;
}
.BgClassName
{
background-color: #A5B0DE;
}
</style>
border-color css
<style>
span { border-color: #A5B0DE; }
span { border-color: rgb(165,176,222); }
td.TdClassName
{
border-color: #A5B0DE;
}
.TagClassName
{
border-color: #A5B0DE;
}
</style>