Shades of Perano #A5AADD
Tints of Perano #A5AADD
RGB
CMYK
RGB Variations
Color information
#A5AADD (or 0xA5AADD) is known color: Perano. HEX triplet: A5, AA and DD. RGB value is (165,170,221). Sum of RGB (Red+Green+Blue) = 165+170+221=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AADD is #5A5522. Grayscale: #AEAEAE. Windows color (decimal): -5920035 or 14527141. OLE color: 14527141.
HSL color Cylindrical-coordinate representation of color #A5AADD: hue angle of 234.64º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5AADD is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 170 | 221 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.13 |
| HSL | 234.64º | 0.45% | 0.76% | - |
| HSV(B) | 234.64º | 0.25% | 0.87% | - |
| XYZ | 42.94 | 41.97 | 74.24 | - |
| YUV | 174.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 221 | 0.25 | 0.23 | 0 | 0.13 | 234.64 | 0.45 | 0.76 |
| Hex | A5 | AA | DD | 19 | 17 | 0 | D | EB | 2D | 4C |
| Octal | 245 | 252 | 335 | 31 | 27 | 0 | 15 | 353 | 55 | 114 |
| Binary | 10100101 | 10101010 | 11011101 | 11001 | 10111 | 0 | 1101 | 11101011 | 101101 | 1001100 |
Color Harmonies of #A5AADD
Complementary color
Monochromatic Colors of #A5AADD
Black with #A5AADD
Text Example
Text Example
White with #A5AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AADD; }
p { color: rgb(165,170,221); }
H1.HeaderClassName
{
color: #A5AADD;
}
.AnyTagClassName
{
color: #A5AADD;
}
</style>
background-color css
<style>
a { background-color: #A5AADD; }
a { background-color: rgb(165,170,221); }
div.DivClassName
{
background-color: #A5AADD;
}
.BgClassName
{
background-color: #A5AADD;
}
</style>
border-color css
<style>
span { border-color: #A5AADD; }
span { border-color: rgb(165,170,221); }
td.TdClassName
{
border-color: #A5AADD;
}
.TagClassName
{
border-color: #A5AADD;
}
</style>