Shades of Perano #A5ADE1
Tints of Perano #A5ADE1
RGB
CMYK
RGB Variations
Color information
#A5ADE1 (or 0xA5ADE1) is known color: Perano. HEX triplet: A5, AD and E1. RGB value is (165,173,225). Sum of RGB (Red+Green+Blue) = 165+173+225=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 225 - color contains mainly: blue. Hex color #A5ADE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ADE1 is #5A521E. Grayscale: #B0B0B0. Windows color (decimal): -5919263 or 14790053. OLE color: 14790053.
HSL color Cylindrical-coordinate representation of color #A5ADE1: hue angle of 232º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5ADE1 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 173 | 225 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.12 |
| HSL | 232º | 0.5% | 0.76% | - |
| HSV(B) | 232º | 0.27% | 0.88% | - |
| XYZ | 44.05 | 43.32 | 77.27 | - |
| YUV | 176.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 225 | 0.27 | 0.23 | 0 | 0.12 | 232 | 0.5 | 0.76 |
| Hex | A5 | AD | E1 | 1B | 17 | 0 | C | E8 | 32 | 4C |
| Octal | 245 | 255 | 341 | 33 | 27 | 0 | 14 | 350 | 62 | 114 |
| Binary | 10100101 | 10101101 | 11100001 | 11011 | 10111 | 0 | 1100 | 11101000 | 110010 | 1001100 |
Color Harmonies of #A5ADE1
Complementary color
Monochromatic Colors of #A5ADE1
Black with #A5ADE1
Text Example
Text Example
White with #A5ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ADE1; }
p { color: rgb(165,173,225); }
H1.HeaderClassName
{
color: #A5ADE1;
}
.AnyTagClassName
{
color: #A5ADE1;
}
</style>
background-color css
<style>
a { background-color: #A5ADE1; }
a { background-color: rgb(165,173,225); }
div.DivClassName
{
background-color: #A5ADE1;
}
.BgClassName
{
background-color: #A5ADE1;
}
</style>
border-color css
<style>
span { border-color: #A5ADE1; }
span { border-color: rgb(165,173,225); }
td.TdClassName
{
border-color: #A5ADE1;
}
.TagClassName
{
border-color: #A5ADE1;
}
</style>