Shades of Perano #A5ADE4
Tints of Perano #A5ADE4
RGB
CMYK
RGB Variations
Color information
#A5ADE4 (or 0xA5ADE4) is known color: Perano. HEX triplet: A5, AD and E4. RGB value is (165,173,228). Sum of RGB (Red+Green+Blue) = 165+173+228=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 228 - color contains mainly: blue. Hex color #A5ADE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ADE4 is #5A521B. Grayscale: #B0B0B0. Windows color (decimal): -5919260 or 14986661. OLE color: 14986661.
HSL color Cylindrical-coordinate representation of color #A5ADE4: hue angle of 232.38º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5ADE4 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 173 | 228 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.11 |
| HSL | 232.38º | 0.54% | 0.77% | - |
| HSV(B) | 232.38º | 0.28% | 0.89% | - |
| XYZ | 44.46 | 43.49 | 79.45 | - |
| YUV | 176.88 | 156.85 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 228 | 0.28 | 0.24 | 0 | 0.11 | 232.38 | 0.54 | 0.77 |
| Hex | A5 | AD | E4 | 1C | 18 | 0 | B | E8 | 36 | 4D |
| Octal | 245 | 255 | 344 | 34 | 30 | 0 | 13 | 350 | 66 | 115 |
| Binary | 10100101 | 10101101 | 11100100 | 11100 | 11000 | 0 | 1011 | 11101000 | 110110 | 1001101 |
Color Harmonies of #A5ADE4
Complementary color
Monochromatic Colors of #A5ADE4
Black with #A5ADE4
Text Example
Text Example
White with #A5ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ADE4; }
p { color: rgb(165,173,228); }
H1.HeaderClassName
{
color: #A5ADE4;
}
.AnyTagClassName
{
color: #A5ADE4;
}
</style>
background-color css
<style>
a { background-color: #A5ADE4; }
a { background-color: rgb(165,173,228); }
div.DivClassName
{
background-color: #A5ADE4;
}
.BgClassName
{
background-color: #A5ADE4;
}
</style>
border-color css
<style>
span { border-color: #A5ADE4; }
span { border-color: rgb(165,173,228); }
td.TdClassName
{
border-color: #A5ADE4;
}
.TagClassName
{
border-color: #A5ADE4;
}
</style>