Shades of Perano #A09FFC
Tints of Perano #A09FFC
RGB
CMYK
RGB Variations
Color information
#A09FFC (or 0xA09FFC) is known color: Perano. HEX triplet: A0, 9F and FC. RGB value is (160,159,252). Sum of RGB (Red+Green+Blue) = 160+159+252=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #A09FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09FFC is #5F6003. Grayscale: #A9A9A9. Windows color (decimal): -6250500 or 16555936. OLE color: 16555936.
HSL color Cylindrical-coordinate representation of color #A09FFC: hue angle of 240.65º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A09FFC is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 159 | 252 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.01 |
| HSL | 240.65º | 0.94% | 0.81% | - |
| HSV(B) | 240.65º | 0.37% | 0.99% | - |
| XYZ | 44.47 | 39.3 | 97.34 | - |
| YUV | 169.9 | 174.33 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 252 | 0.37 | 0.37 | 0 | 0.01 | 240.65 | 0.94 | 0.81 |
| Hex | A0 | 9F | FC | 25 | 25 | 0 | 1 | F1 | 5E | 51 |
| Octal | 240 | 237 | 374 | 45 | 45 | 0 | 1 | 361 | 136 | 121 |
| Binary | 10100000 | 10011111 | 11111100 | 100101 | 100101 | 0 | 1 | 11110001 | 1011110 | 1010001 |
Color Harmonies of #A09FFC
Complementary color
Monochromatic Colors of #A09FFC
Black with #A09FFC
Text Example
Text Example
White with #A09FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09FFC; }
p { color: rgb(160,159,252); }
H1.HeaderClassName
{
color: #A09FFC;
}
.AnyTagClassName
{
color: #A09FFC;
}
</style>
background-color css
<style>
a { background-color: #A09FFC; }
a { background-color: rgb(160,159,252); }
div.DivClassName
{
background-color: #A09FFC;
}
.BgClassName
{
background-color: #A09FFC;
}
</style>
border-color css
<style>
span { border-color: #A09FFC; }
span { border-color: rgb(160,159,252); }
td.TdClassName
{
border-color: #A09FFC;
}
.TagClassName
{
border-color: #A09FFC;
}
</style>