Shades of Perano #A09EFF
Tints of Perano #A09EFF
RGB
CMYK
RGB Variations
Color information
#A09EFF (or 0xA09EFF) is known color: Perano. HEX triplet: A0, 9E and FF. RGB value is (160,158,255). Sum of RGB (Red+Green+Blue) = 160+158+255=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #A09EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09EFF is #5F6100. Grayscale: #A9A9A9. Windows color (decimal): -6250753 or 16752288. OLE color: 16752288.
HSL color Cylindrical-coordinate representation of color #A09EFF: hue angle of 241.24º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A09EFF is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 158 | 255 | - |
| CMYK | 0.37 | 0.38 | 0 | 0 |
| HSL | 241.24º | 1% | 0.81% | - |
| HSV(B) | 241.24º | 0.38% | 1% | - |
| XYZ | 44.77 | 39.15 | 99.8 | - |
| YUV | 169.66 | 176.16 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 255 | 0.37 | 0.38 | 0 | 0 | 241.24 | 1 | 0.81 |
| Hex | A0 | 9E | FF | 25 | 26 | 0 | 0 | F1 | 64 | 51 |
| Octal | 240 | 236 | 377 | 45 | 46 | 0 | 0 | 361 | 144 | 121 |
| Binary | 10100000 | 10011110 | 11111111 | 100101 | 100110 | 0 | 0 | 11110001 | 1100100 | 1010001 |
Color Harmonies of #A09EFF
Complementary color
Monochromatic Colors of #A09EFF
Black with #A09EFF
Text Example
Text Example
White with #A09EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09EFF; }
p { color: rgb(160,158,255); }
H1.HeaderClassName
{
color: #A09EFF;
}
.AnyTagClassName
{
color: #A09EFF;
}
</style>
background-color css
<style>
a { background-color: #A09EFF; }
a { background-color: rgb(160,158,255); }
div.DivClassName
{
background-color: #A09EFF;
}
.BgClassName
{
background-color: #A09EFF;
}
</style>
border-color css
<style>
span { border-color: #A09EFF; }
span { border-color: rgb(160,158,255); }
td.TdClassName
{
border-color: #A09EFF;
}
.TagClassName
{
border-color: #A09EFF;
}
</style>