Shades of Perano #A8A7FB
Tints of Perano #A8A7FB
RGB
CMYK
RGB Variations
Color information
#A8A7FB (or 0xA8A7FB) is known color: Perano. HEX triplet: A8, A7 and FB. RGB value is (168,167,251). Sum of RGB (Red+Green+Blue) = 168+167+251=586 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.67% from 586); Green value is 167 (65.62% from 255 or 28.50% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8A7FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A7FB is #575804. Grayscale: #B0B0B0. Windows color (decimal): -5724165 or 16492456. OLE color: 16492456.
HSL color Cylindrical-coordinate representation of color #A8A7FB: hue angle of 240.71º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8A7FB is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 167 | 251 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.02 |
| HSL | 240.71º | 0.91% | 0.82% | - |
| HSV(B) | 240.71º | 0.33% | 0.98% | - |
| XYZ | 47.38 | 42.93 | 97.06 | - |
| YUV | 176.88 | 169.83 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 251 | 0.33 | 0.33 | 0 | 0.02 | 240.71 | 0.91 | 0.82 |
| Hex | A8 | A7 | FB | 21 | 21 | 0 | 2 | F1 | 5B | 52 |
| Octal | 250 | 247 | 373 | 41 | 41 | 0 | 2 | 361 | 133 | 122 |
| Binary | 10101000 | 10100111 | 11111011 | 100001 | 100001 | 0 | 10 | 11110001 | 1011011 | 1010010 |
Color Harmonies of #A8A7FB
Complementary color
Monochromatic Colors of #A8A7FB
Black with #A8A7FB
Text Example
Text Example
White with #A8A7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A7FB; }
p { color: rgb(168,167,251); }
H1.HeaderClassName
{
color: #A8A7FB;
}
.AnyTagClassName
{
color: #A8A7FB;
}
</style>
background-color css
<style>
a { background-color: #A8A7FB; }
a { background-color: rgb(168,167,251); }
div.DivClassName
{
background-color: #A8A7FB;
}
.BgClassName
{
background-color: #A8A7FB;
}
</style>
border-color css
<style>
span { border-color: #A8A7FB; }
span { border-color: rgb(168,167,251); }
td.TdClassName
{
border-color: #A8A7FB;
}
.TagClassName
{
border-color: #A8A7FB;
}
</style>