Shades of Perano #A09BFF
Tints of Perano #A09BFF
RGB
CMYK
RGB Variations
Color information
#A09BFF (or 0xA09BFF) is known color: Perano. HEX triplet: A0, 9B and FF. RGB value is (160,155,255). Sum of RGB (Red+Green+Blue) = 160+155+255=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #A09BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09BFF is #5F6400. Grayscale: #A7A7A7. Windows color (decimal): -6251521 or 16751520. OLE color: 16751520.
HSL color Cylindrical-coordinate representation of color #A09BFF: hue angle of 243º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A09BFF is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 155 | 255 | - |
| CMYK | 0.37 | 0.39 | 0 | 0 |
| HSL | 243º | 1% | 0.8% | - |
| HSV(B) | 243º | 0.39% | 1% | - |
| XYZ | 44.27 | 38.14 | 99.64 | - |
| YUV | 167.9 | 177.16 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 255 | 0.37 | 0.39 | 0 | 0 | 243 | 1 | 0.8 |
| Hex | A0 | 9B | FF | 25 | 27 | 0 | 0 | F3 | 64 | 50 |
| Octal | 240 | 233 | 377 | 45 | 47 | 0 | 0 | 363 | 144 | 120 |
| Binary | 10100000 | 10011011 | 11111111 | 100101 | 100111 | 0 | 0 | 11110011 | 1100100 | 1010000 |
Color Harmonies of #A09BFF
Complementary color
Monochromatic Colors of #A09BFF
Black with #A09BFF
Text Example
Text Example
White with #A09BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09BFF; }
p { color: rgb(160,155,255); }
H1.HeaderClassName
{
color: #A09BFF;
}
.AnyTagClassName
{
color: #A09BFF;
}
</style>
background-color css
<style>
a { background-color: #A09BFF; }
a { background-color: rgb(160,155,255); }
div.DivClassName
{
background-color: #A09BFF;
}
.BgClassName
{
background-color: #A09BFF;
}
</style>
border-color css
<style>
span { border-color: #A09BFF; }
span { border-color: rgb(160,155,255); }
td.TdClassName
{
border-color: #A09BFF;
}
.TagClassName
{
border-color: #A09BFF;
}
</style>