Shades of Perano #A8AADF
Tints of Perano #A8AADF
RGB
CMYK
RGB Variations
Color information
#A8AADF (or 0xA8AADF) is known color: Perano. HEX triplet: A8, AA and DF. RGB value is (168,170,223). Sum of RGB (Red+Green+Blue) = 168+170+223=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8AADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AADF is #575520. Grayscale: #AFAFAF. Windows color (decimal): -5723425 or 14658216. OLE color: 14658216.
HSL color Cylindrical-coordinate representation of color #A8AADF: hue angle of 237.82º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8AADF is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 170 | 223 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.13 |
| HSL | 237.82º | 0.46% | 0.77% | - |
| HSV(B) | 237.82º | 0.25% | 0.87% | - |
| XYZ | 43.84 | 42.4 | 75.69 | - |
| YUV | 175.44 | 154.84 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 223 | 0.25 | 0.24 | 0 | 0.13 | 237.82 | 0.46 | 0.77 |
| Hex | A8 | AA | DF | 19 | 18 | 0 | D | EE | 2E | 4D |
| Octal | 250 | 252 | 337 | 31 | 30 | 0 | 15 | 356 | 56 | 115 |
| Binary | 10101000 | 10101010 | 11011111 | 11001 | 11000 | 0 | 1101 | 11101110 | 101110 | 1001101 |
Color Harmonies of #A8AADF
Complementary color
Monochromatic Colors of #A8AADF
Black with #A8AADF
Text Example
Text Example
White with #A8AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AADF; }
p { color: rgb(168,170,223); }
H1.HeaderClassName
{
color: #A8AADF;
}
.AnyTagClassName
{
color: #A8AADF;
}
</style>
background-color css
<style>
a { background-color: #A8AADF; }
a { background-color: rgb(168,170,223); }
div.DivClassName
{
background-color: #A8AADF;
}
.BgClassName
{
background-color: #A8AADF;
}
</style>
border-color css
<style>
span { border-color: #A8AADF; }
span { border-color: rgb(168,170,223); }
td.TdClassName
{
border-color: #A8AADF;
}
.TagClassName
{
border-color: #A8AADF;
}
</style>