Shades of Perano #A8AFF1
Tints of Perano #A8AFF1
RGB
CMYK
RGB Variations
Color information
#A8AFF1 (or 0xA8AFF1) is known color: Perano. HEX triplet: A8, AF and F1. RGB value is (168,175,241). Sum of RGB (Red+Green+Blue) = 168+175+241=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #A8AFF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AFF1 is #57500E. Grayscale: #B4B4B4. Windows color (decimal): -5722127 or 15839144. OLE color: 15839144.
HSL color Cylindrical-coordinate representation of color #A8AFF1: hue angle of 234.25º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8AFF1 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 175 | 241 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.05 |
| HSL | 234.25º | 0.72% | 0.8% | - |
| HSV(B) | 234.25º | 0.3% | 0.95% | - |
| XYZ | 47.36 | 45.34 | 89.47 | - |
| YUV | 180.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 241 | 0.30 | 0.27 | 0 | 0.05 | 234.25 | 0.72 | 0.8 |
| Hex | A8 | AF | F1 | 1E | 1B | 0 | 5 | EA | 48 | 50 |
| Octal | 250 | 257 | 361 | 36 | 33 | 0 | 5 | 352 | 110 | 120 |
| Binary | 10101000 | 10101111 | 11110001 | 11110 | 11011 | 0 | 101 | 11101010 | 1001000 | 1010000 |
Color Harmonies of #A8AFF1
Complementary color
Monochromatic Colors of #A8AFF1
Black with #A8AFF1
Text Example
Text Example
White with #A8AFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFF1; }
p { color: rgb(168,175,241); }
H1.HeaderClassName
{
color: #A8AFF1;
}
.AnyTagClassName
{
color: #A8AFF1;
}
</style>
background-color css
<style>
a { background-color: #A8AFF1; }
a { background-color: rgb(168,175,241); }
div.DivClassName
{
background-color: #A8AFF1;
}
.BgClassName
{
background-color: #A8AFF1;
}
</style>
border-color css
<style>
span { border-color: #A8AFF1; }
span { border-color: rgb(168,175,241); }
td.TdClassName
{
border-color: #A8AFF1;
}
.TagClassName
{
border-color: #A8AFF1;
}
</style>