Shades of Perano #A099FF
Tints of Perano #A099FF
RGB
CMYK
RGB Variations
Color information
#A099FF (or 0xA099FF) is known color: Perano. HEX triplet: A0, 99 and FF. RGB value is (160,153,255). Sum of RGB (Red+Green+Blue) = 160+153+255=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #A099FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A099FF is #5F6600. Grayscale: #A6A6A6. Windows color (decimal): -6252033 or 16751008. OLE color: 16751008.
HSL color Cylindrical-coordinate representation of color #A099FF: hue angle of 244.12º 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 #A099FF is Cyan = 0.37, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 153 | 255 | - |
| CMYK | 0.37 | 0.4 | 0 | 0 |
| HSL | 244.12º | 1% | 0.8% | - |
| HSV(B) | 244.12º | 0.4% | 1% | - |
| XYZ | 43.94 | 37.48 | 99.53 | - |
| YUV | 166.72 | 177.82 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 255 | 0.37 | 0.4 | 0 | 0 | 244.12 | 1 | 0.8 |
| Hex | A0 | 99 | FF | 25 | 28 | 0 | 0 | F4 | 64 | 50 |
| Octal | 240 | 231 | 377 | 45 | 50 | 0 | 0 | 364 | 144 | 120 |
| Binary | 10100000 | 10011001 | 11111111 | 100101 | 101000 | 0 | 0 | 11110100 | 1100100 | 1010000 |
Color Harmonies of #A099FF
Complementary color
Monochromatic Colors of #A099FF
Black with #A099FF
Text Example
Text Example
White with #A099FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099FF; }
p { color: rgb(160,153,255); }
H1.HeaderClassName
{
color: #A099FF;
}
.AnyTagClassName
{
color: #A099FF;
}
</style>
background-color css
<style>
a { background-color: #A099FF; }
a { background-color: rgb(160,153,255); }
div.DivClassName
{
background-color: #A099FF;
}
.BgClassName
{
background-color: #A099FF;
}
</style>
border-color css
<style>
span { border-color: #A099FF; }
span { border-color: rgb(160,153,255); }
td.TdClassName
{
border-color: #A099FF;
}
.TagClassName
{
border-color: #A099FF;
}
</style>