Shades of Portage #A099F9
Tints of Portage #A099F9
RGB
CMYK
RGB Variations
Color information
#A099F9 (or 0xA099F9) is known color: Portage. HEX triplet: A0, 99 and F9. RGB value is (160,153,249). Sum of RGB (Red+Green+Blue) = 160+153+249=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #A099F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A099F9 is #5F6606. Grayscale: #A5A5A5. Windows color (decimal): -6252039 or 16357792. OLE color: 16357792.
HSL color Cylindrical-coordinate representation of color #A099F9: hue angle of 244.37º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A099F9 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 153 | 249 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.02 |
| HSL | 244.38º | 0.89% | 0.79% | - |
| HSV(B) | 244.38º | 0.39% | 0.98% | - |
| XYZ | 42.99 | 37.1 | 94.52 | - |
| YUV | 166.04 | 174.82 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 249 | 0.36 | 0.39 | 0 | 0.02 | 244.38 | 0.89 | 0.79 |
| Hex | A0 | 99 | F9 | 24 | 27 | 0 | 2 | F4 | 59 | 4F |
| Octal | 240 | 231 | 371 | 44 | 47 | 0 | 2 | 364 | 131 | 117 |
| Binary | 10100000 | 10011001 | 11111001 | 100100 | 100111 | 0 | 10 | 11110100 | 1011001 | 1001111 |
Color Harmonies of #A099F9
Complementary color
Monochromatic Colors of #A099F9
Black with #A099F9
Text Example
Text Example
White with #A099F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099F9; }
p { color: rgb(160,153,249); }
H1.HeaderClassName
{
color: #A099F9;
}
.AnyTagClassName
{
color: #A099F9;
}
</style>
background-color css
<style>
a { background-color: #A099F9; }
a { background-color: rgb(160,153,249); }
div.DivClassName
{
background-color: #A099F9;
}
.BgClassName
{
background-color: #A099F9;
}
</style>
border-color css
<style>
span { border-color: #A099F9; }
span { border-color: rgb(160,153,249); }
td.TdClassName
{
border-color: #A099F9;
}
.TagClassName
{
border-color: #A099F9;
}
</style>