Shades of Perano #A5AADF
Tints of Perano #A5AADF
RGB
CMYK
RGB Variations
Color information
#A5AADF (or 0xA5AADF) is known color: Perano. HEX triplet: A5, AA and DF. RGB value is (165,170,223). Sum of RGB (Red+Green+Blue) = 165+170+223=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5AADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AADF is #5A5520. Grayscale: #AEAEAE. Windows color (decimal): -5920033 or 14658213. OLE color: 14658213.
HSL color Cylindrical-coordinate representation of color #A5AADF: hue angle of 234.83º degrees, saturation: 0.48, 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 #A5AADF is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 170 | 223 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.13 |
| HSL | 234.83º | 0.48% | 0.76% | - |
| HSV(B) | 234.83º | 0.26% | 0.87% | - |
| XYZ | 43.21 | 42.08 | 75.66 | - |
| YUV | 174.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 223 | 0.26 | 0.24 | 0 | 0.13 | 234.83 | 0.48 | 0.76 |
| Hex | A5 | AA | DF | 1A | 18 | 0 | D | EB | 30 | 4C |
| Octal | 245 | 252 | 337 | 32 | 30 | 0 | 15 | 353 | 60 | 114 |
| Binary | 10100101 | 10101010 | 11011111 | 11010 | 11000 | 0 | 1101 | 11101011 | 110000 | 1001100 |
Color Harmonies of #A5AADF
Complementary color
Monochromatic Colors of #A5AADF
Black with #A5AADF
Text Example
Text Example
White with #A5AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AADF; }
p { color: rgb(165,170,223); }
H1.HeaderClassName
{
color: #A5AADF;
}
.AnyTagClassName
{
color: #A5AADF;
}
</style>
background-color css
<style>
a { background-color: #A5AADF; }
a { background-color: rgb(165,170,223); }
div.DivClassName
{
background-color: #A5AADF;
}
.BgClassName
{
background-color: #A5AADF;
}
</style>
border-color css
<style>
span { border-color: #A5AADF; }
span { border-color: rgb(165,170,223); }
td.TdClassName
{
border-color: #A5AADF;
}
.TagClassName
{
border-color: #A5AADF;
}
</style>