Shades of Perano #A8A1FC
Tints of Perano #A8A1FC
RGB
CMYK
RGB Variations
Color information
#A8A1FC (or 0xA8A1FC) is known color: Perano. HEX triplet: A8, A1 and FC. RGB value is (168,161,252). Sum of RGB (Red+Green+Blue) = 168+161+252=581 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.92% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8A1FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A1FC is #575E03. Grayscale: #ADADAD. Windows color (decimal): -5725700 or 16556456. OLE color: 16556456.
HSL color Cylindrical-coordinate representation of color #A8A1FC: hue angle of 244.62º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8A1FC is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 161 | 252 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.01 |
| HSL | 244.62º | 0.94% | 0.81% | - |
| HSV(B) | 244.62º | 0.36% | 0.99% | - |
| XYZ | 46.46 | 40.84 | 97.53 | - |
| YUV | 173.47 | 172.32 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 161 | 252 | 0.33 | 0.36 | 0 | 0.01 | 244.62 | 0.94 | 0.81 |
| Hex | A8 | A1 | FC | 21 | 24 | 0 | 1 | F5 | 5E | 51 |
| Octal | 250 | 241 | 374 | 41 | 44 | 0 | 1 | 365 | 136 | 121 |
| Binary | 10101000 | 10100001 | 11111100 | 100001 | 100100 | 0 | 1 | 11110101 | 1011110 | 1010001 |
Color Harmonies of #A8A1FC
Complementary color
Monochromatic Colors of #A8A1FC
Black with #A8A1FC
Text Example
Text Example
White with #A8A1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A1FC; }
p { color: rgb(168,161,252); }
H1.HeaderClassName
{
color: #A8A1FC;
}
.AnyTagClassName
{
color: #A8A1FC;
}
</style>
background-color css
<style>
a { background-color: #A8A1FC; }
a { background-color: rgb(168,161,252); }
div.DivClassName
{
background-color: #A8A1FC;
}
.BgClassName
{
background-color: #A8A1FC;
}
</style>
border-color css
<style>
span { border-color: #A8A1FC; }
span { border-color: rgb(168,161,252); }
td.TdClassName
{
border-color: #A8A1FC;
}
.TagClassName
{
border-color: #A8A1FC;
}
</style>