Shades of Perano #A09AFF
Tints of Perano #A09AFF
RGB
CMYK
RGB Variations
Color information
#A09AFF (or 0xA09AFF) is known color: Perano. HEX triplet: A0, 9A and FF. RGB value is (160,154,255). Sum of RGB (Red+Green+Blue) = 160+154+255=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #A09AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09AFF is #5F6500. Grayscale: #A6A6A6. Windows color (decimal): -6251777 or 16751264. OLE color: 16751264.
HSL color Cylindrical-coordinate representation of color #A09AFF: hue angle of 243.56º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A09AFF is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 154 | 255 | - |
| CMYK | 0.37 | 0.40 | 0 | 0 |
| HSL | 243.56º | 1% | 0.8% | - |
| HSV(B) | 243.56º | 0.4% | 1% | - |
| XYZ | 44.1 | 37.8 | 99.58 | - |
| YUV | 167.31 | 177.49 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 255 | 0.37 | 0.40 | 0 | 0 | 243.56 | 1 | 0.8 |
| Hex | A0 | 9A | FF | 25 | 28 | 0 | 0 | F4 | 64 | 50 |
| Octal | 240 | 232 | 377 | 45 | 50 | 0 | 0 | 364 | 144 | 120 |
| Binary | 10100000 | 10011010 | 11111111 | 100101 | 101000 | 0 | 0 | 11110100 | 1100100 | 1010000 |
Color Harmonies of #A09AFF
Complementary color
Monochromatic Colors of #A09AFF
Black with #A09AFF
Text Example
Text Example
White with #A09AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09AFF; }
p { color: rgb(160,154,255); }
H1.HeaderClassName
{
color: #A09AFF;
}
.AnyTagClassName
{
color: #A09AFF;
}
</style>
background-color css
<style>
a { background-color: #A09AFF; }
a { background-color: rgb(160,154,255); }
div.DivClassName
{
background-color: #A09AFF;
}
.BgClassName
{
background-color: #A09AFF;
}
</style>
border-color css
<style>
span { border-color: #A09AFF; }
span { border-color: rgb(160,154,255); }
td.TdClassName
{
border-color: #A09AFF;
}
.TagClassName
{
border-color: #A09AFF;
}
</style>