Shades of Perano #A8AFFF
Tints of Perano #A8AFFF
RGB
CMYK
RGB Variations
Color information
#A8AFFF (or 0xA8AFFF) is known color: Perano. HEX triplet: A8, AF and FF. RGB value is (168,175,255). Sum of RGB (Red+Green+Blue) = 168+175+255=598 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.09% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8AFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AFFF is #575000. Grayscale: #B5B5B5. Windows color (decimal): -5722113 or 16756648. OLE color: 16756648.
HSL color Cylindrical-coordinate representation of color #A8AFFF: hue angle of 235.17º 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 #A8AFFF is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 175 | 255 | - |
| CMYK | 0.34 | 0.31 | 0 | 0 |
| HSL | 235.17º | 1% | 0.83% | - |
| HSV(B) | 235.17º | 0.34% | 1% | - |
| XYZ | 49.53 | 46.2 | 100.92 | - |
| YUV | 182.03 | 169.18 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 255 | 0.34 | 0.31 | 0 | 0 | 235.17 | 1 | 0.83 |
| Hex | A8 | AF | FF | 22 | 1F | 0 | 0 | EB | 64 | 53 |
| Octal | 250 | 257 | 377 | 42 | 37 | 0 | 0 | 353 | 144 | 123 |
| Binary | 10101000 | 10101111 | 11111111 | 100010 | 11111 | 0 | 0 | 11101011 | 1100100 | 1010011 |
Color Harmonies of #A8AFFF
Complementary color
Monochromatic Colors of #A8AFFF
Black with #A8AFFF
Text Example
Text Example
White with #A8AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFFF; }
p { color: rgb(168,175,255); }
H1.HeaderClassName
{
color: #A8AFFF;
}
.AnyTagClassName
{
color: #A8AFFF;
}
</style>
background-color css
<style>
a { background-color: #A8AFFF; }
a { background-color: rgb(168,175,255); }
div.DivClassName
{
background-color: #A8AFFF;
}
.BgClassName
{
background-color: #A8AFFF;
}
</style>
border-color css
<style>
span { border-color: #A8AFFF; }
span { border-color: rgb(168,175,255); }
td.TdClassName
{
border-color: #A8AFFF;
}
.TagClassName
{
border-color: #A8AFFF;
}
</style>