Shades of Perano #A09DFC
Tints of Perano #A09DFC
RGB
CMYK
RGB Variations
Color information
#A09DFC (or 0xA09DFC) is known color: Perano. HEX triplet: A0, 9D and FC. RGB value is (160,157,252). Sum of RGB (Red+Green+Blue) = 160+157+252=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #A09DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09DFC is #5F6203. Grayscale: #A8A8A8. Windows color (decimal): -6251012 or 16555424. OLE color: 16555424.
HSL color Cylindrical-coordinate representation of color #A09DFC: hue angle of 241.89º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A09DFC is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 157 | 252 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.01 |
| HSL | 241.89º | 0.94% | 0.8% | - |
| HSV(B) | 241.89º | 0.38% | 0.99% | - |
| XYZ | 44.12 | 38.62 | 97.22 | - |
| YUV | 168.73 | 174.99 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 252 | 0.37 | 0.38 | 0 | 0.01 | 241.89 | 0.94 | 0.8 |
| Hex | A0 | 9D | FC | 25 | 26 | 0 | 1 | F2 | 5E | 50 |
| Octal | 240 | 235 | 374 | 45 | 46 | 0 | 1 | 362 | 136 | 120 |
| Binary | 10100000 | 10011101 | 11111100 | 100101 | 100110 | 0 | 1 | 11110010 | 1011110 | 1010000 |
Color Harmonies of #A09DFC
Complementary color
Monochromatic Colors of #A09DFC
Black with #A09DFC
Text Example
Text Example
White with #A09DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09DFC; }
p { color: rgb(160,157,252); }
H1.HeaderClassName
{
color: #A09DFC;
}
.AnyTagClassName
{
color: #A09DFC;
}
</style>
background-color css
<style>
a { background-color: #A09DFC; }
a { background-color: rgb(160,157,252); }
div.DivClassName
{
background-color: #A09DFC;
}
.BgClassName
{
background-color: #A09DFC;
}
</style>
border-color css
<style>
span { border-color: #A09DFC; }
span { border-color: rgb(160,157,252); }
td.TdClassName
{
border-color: #A09DFC;
}
.TagClassName
{
border-color: #A09DFC;
}
</style>