Shades of Perano #A09CF7
Tints of Perano #A09CF7
RGB
CMYK
RGB Variations
Color information
#A09CF7 (or 0xA09CF7) is known color: Perano. HEX triplet: A0, 9C and F7. RGB value is (160,156,247). Sum of RGB (Red+Green+Blue) = 160+156+247=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 247 - color contains mainly: blue. Hex color #A09CF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09CF7 is #5F6308. Grayscale: #A7A7A7. Windows color (decimal): -6251273 or 16227488. OLE color: 16227488.
HSL color Cylindrical-coordinate representation of color #A09CF7: hue angle of 242.64º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A09CF7 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 156 | 247 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.03 |
| HSL | 242.64º | 0.85% | 0.79% | - |
| HSV(B) | 242.64º | 0.37% | 0.97% | - |
| XYZ | 43.17 | 37.97 | 93.05 | - |
| YUV | 167.57 | 172.83 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 247 | 0.35 | 0.37 | 0 | 0.03 | 242.64 | 0.85 | 0.79 |
| Hex | A0 | 9C | F7 | 23 | 25 | 0 | 3 | F3 | 55 | 4F |
| Octal | 240 | 234 | 367 | 43 | 45 | 0 | 3 | 363 | 125 | 117 |
| Binary | 10100000 | 10011100 | 11110111 | 100011 | 100101 | 0 | 11 | 11110011 | 1010101 | 1001111 |
Color Harmonies of #A09CF7
Complementary color
Monochromatic Colors of #A09CF7
Black with #A09CF7
Text Example
Text Example
White with #A09CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09CF7; }
p { color: rgb(160,156,247); }
H1.HeaderClassName
{
color: #A09CF7;
}
.AnyTagClassName
{
color: #A09CF7;
}
</style>
background-color css
<style>
a { background-color: #A09CF7; }
a { background-color: rgb(160,156,247); }
div.DivClassName
{
background-color: #A09CF7;
}
.BgClassName
{
background-color: #A09CF7;
}
</style>
border-color css
<style>
span { border-color: #A09CF7; }
span { border-color: rgb(160,156,247); }
td.TdClassName
{
border-color: #A09CF7;
}
.TagClassName
{
border-color: #A09CF7;
}
</style>