Shades of Perano #A8AEFF
Tints of Perano #A8AEFF
RGB
CMYK
RGB Variations
Color information
#A8AEFF (or 0xA8AEFF) is known color: Perano. HEX triplet: A8, AE and FF. RGB value is (168,174,255). Sum of RGB (Red+Green+Blue) = 168+174+255=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AEFF is #575100. Grayscale: #B5B5B5. Windows color (decimal): -5722369 or 16756392. OLE color: 16756392.
HSL color Cylindrical-coordinate representation of color #A8AEFF: hue angle of 235.86º 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 #A8AEFF is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 174 | 255 | - |
| CMYK | 0.34 | 0.32 | 0 | 0 |
| HSL | 235.86º | 1% | 0.83% | - |
| HSV(B) | 235.86º | 0.34% | 1% | - |
| XYZ | 49.33 | 45.82 | 100.85 | - |
| YUV | 181.44 | 169.51 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 255 | 0.34 | 0.32 | 0 | 0 | 235.86 | 1 | 0.83 |
| Hex | A8 | AE | FF | 22 | 20 | 0 | 0 | EC | 64 | 53 |
| Octal | 250 | 256 | 377 | 42 | 40 | 0 | 0 | 354 | 144 | 123 |
| Binary | 10101000 | 10101110 | 11111111 | 100010 | 100000 | 0 | 0 | 11101100 | 1100100 | 1010011 |
Color Harmonies of #A8AEFF
Complementary color
Monochromatic Colors of #A8AEFF
Black with #A8AEFF
Text Example
Text Example
White with #A8AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AEFF; }
p { color: rgb(168,174,255); }
H1.HeaderClassName
{
color: #A8AEFF;
}
.AnyTagClassName
{
color: #A8AEFF;
}
</style>
background-color css
<style>
a { background-color: #A8AEFF; }
a { background-color: rgb(168,174,255); }
div.DivClassName
{
background-color: #A8AEFF;
}
.BgClassName
{
background-color: #A8AEFF;
}
</style>
border-color css
<style>
span { border-color: #A8AEFF; }
span { border-color: rgb(168,174,255); }
td.TdClassName
{
border-color: #A8AEFF;
}
.TagClassName
{
border-color: #A8AEFF;
}
</style>