Shades of Perano #A09DFF
Tints of Perano #A09DFF
RGB
CMYK
RGB Variations
Color information
#A09DFF (or 0xA09DFF) is known color: Perano. HEX triplet: A0, 9D and FF. RGB value is (160,157,255). Sum of RGB (Red+Green+Blue) = 160+157+255=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #A09DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09DFF is #5F6200. Grayscale: #A8A8A8. Windows color (decimal): -6251009 or 16752032. OLE color: 16752032.
HSL color Cylindrical-coordinate representation of color #A09DFF: hue angle of 241.84º 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 #A09DFF is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 157 | 255 | - |
| CMYK | 0.37 | 0.38 | 0 | 0 |
| HSL | 241.84º | 1% | 0.81% | - |
| HSV(B) | 241.84º | 0.38% | 1% | - |
| XYZ | 44.6 | 38.81 | 99.75 | - |
| YUV | 169.07 | 176.49 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 255 | 0.37 | 0.38 | 0 | 0 | 241.84 | 1 | 0.81 |
| Hex | A0 | 9D | FF | 25 | 26 | 0 | 0 | F2 | 64 | 51 |
| Octal | 240 | 235 | 377 | 45 | 46 | 0 | 0 | 362 | 144 | 121 |
| Binary | 10100000 | 10011101 | 11111111 | 100101 | 100110 | 0 | 0 | 11110010 | 1100100 | 1010001 |
Color Harmonies of #A09DFF
Complementary color
Monochromatic Colors of #A09DFF
Black with #A09DFF
Text Example
Text Example
White with #A09DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09DFF; }
p { color: rgb(160,157,255); }
H1.HeaderClassName
{
color: #A09DFF;
}
.AnyTagClassName
{
color: #A09DFF;
}
</style>
background-color css
<style>
a { background-color: #A09DFF; }
a { background-color: rgb(160,157,255); }
div.DivClassName
{
background-color: #A09DFF;
}
.BgClassName
{
background-color: #A09DFF;
}
</style>
border-color css
<style>
span { border-color: #A09DFF; }
span { border-color: rgb(160,157,255); }
td.TdClassName
{
border-color: #A09DFF;
}
.TagClassName
{
border-color: #A09DFF;
}
</style>