Shades of Perano #A8AAFF
Tints of Perano #A8AAFF
RGB
CMYK
RGB Variations
Color information
#A8AAFF (or 0xA8AAFF) is known color: Perano. HEX triplet: A8, AA and FF. RGB value is (168,170,255). Sum of RGB (Red+Green+Blue) = 168+170+255=593 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.33% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8AAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AAFF is #575500. Grayscale: #B2B2B2. Windows color (decimal): -5723393 or 16755368. OLE color: 16755368.
HSL color Cylindrical-coordinate representation of color #A8AAFF: hue angle of 238.62º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8AAFF is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 170 | 255 | - |
| CMYK | 0.34 | 0.33 | 0 | 0 |
| HSL | 238.62º | 1% | 0.83% | - |
| HSV(B) | 238.62º | 0.34% | 1% | - |
| XYZ | 48.57 | 44.29 | 100.6 | - |
| YUV | 179.09 | 170.84 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 255 | 0.34 | 0.33 | 0 | 0 | 238.62 | 1 | 0.83 |
| Hex | A8 | AA | FF | 22 | 21 | 0 | 0 | EF | 64 | 53 |
| Octal | 250 | 252 | 377 | 42 | 41 | 0 | 0 | 357 | 144 | 123 |
| Binary | 10101000 | 10101010 | 11111111 | 100010 | 100001 | 0 | 0 | 11101111 | 1100100 | 1010011 |
Color Harmonies of #A8AAFF
Complementary color
Monochromatic Colors of #A8AAFF
Black with #A8AAFF
Text Example
Text Example
White with #A8AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AAFF; }
p { color: rgb(168,170,255); }
H1.HeaderClassName
{
color: #A8AAFF;
}
.AnyTagClassName
{
color: #A8AAFF;
}
</style>
background-color css
<style>
a { background-color: #A8AAFF; }
a { background-color: rgb(168,170,255); }
div.DivClassName
{
background-color: #A8AAFF;
}
.BgClassName
{
background-color: #A8AAFF;
}
</style>
border-color css
<style>
span { border-color: #A8AAFF; }
span { border-color: rgb(168,170,255); }
td.TdClassName
{
border-color: #A8AAFF;
}
.TagClassName
{
border-color: #A8AAFF;
}
</style>