Shades of Perano #A09EFE
Tints of Perano #A09EFE
RGB
CMYK
RGB Variations
Color information
#A09EFE (or 0xA09EFE) is known color: Perano. HEX triplet: A0, 9E and FE. RGB value is (160,158,254). Sum of RGB (Red+Green+Blue) = 160+158+254=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #A09EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09EFE is #5F6101. Grayscale: #A9A9A9. Windows color (decimal): -6250754 or 16686752. OLE color: 16686752.
HSL color Cylindrical-coordinate representation of color #A09EFE: hue angle of 241.25º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A09EFE is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 158 | 254 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.00 |
| HSL | 241.25º | 0.98% | 0.81% | - |
| HSV(B) | 241.25º | 0.38% | 1% | - |
| XYZ | 44.61 | 39.08 | 98.96 | - |
| YUV | 169.54 | 175.66 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 254 | 0.37 | 0.38 | 0 | 0.00 | 241.25 | 0.98 | 0.81 |
| Hex | A0 | 9E | FE | 25 | 26 | 0 | 0 | F1 | 62 | 51 |
| Octal | 240 | 236 | 376 | 45 | 46 | 0 | 0 | 361 | 142 | 121 |
| Binary | 10100000 | 10011110 | 11111110 | 100101 | 100110 | 0 | 0 | 11110001 | 1100010 | 1010001 |
Color Harmonies of #A09EFE
Complementary color
Monochromatic Colors of #A09EFE
Black with #A09EFE
Text Example
Text Example
White with #A09EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09EFE; }
p { color: rgb(160,158,254); }
H1.HeaderClassName
{
color: #A09EFE;
}
.AnyTagClassName
{
color: #A09EFE;
}
</style>
background-color css
<style>
a { background-color: #A09EFE; }
a { background-color: rgb(160,158,254); }
div.DivClassName
{
background-color: #A09EFE;
}
.BgClassName
{
background-color: #A09EFE;
}
</style>
border-color css
<style>
span { border-color: #A09EFE; }
span { border-color: rgb(160,158,254); }
td.TdClassName
{
border-color: #A09EFE;
}
.TagClassName
{
border-color: #A09EFE;
}
</style>