Shades of Portage #A099FA
Tints of Portage #A099FA
RGB
CMYK
RGB Variations
Color information
#A099FA (or 0xA099FA) is known color: Portage. HEX triplet: A0, 99 and FA. RGB value is (160,153,250). Sum of RGB (Red+Green+Blue) = 160+153+250=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #A099FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A099FA is #5F6605. Grayscale: #A5A5A5. Windows color (decimal): -6252038 or 16423328. OLE color: 16423328.
HSL color Cylindrical-coordinate representation of color #A099FA: hue angle of 244.33º degrees, saturation: 0.91, 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 #A099FA is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 153 | 250 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.02 |
| HSL | 244.33º | 0.91% | 0.79% | - |
| HSV(B) | 244.33º | 0.39% | 0.98% | - |
| XYZ | 43.14 | 37.16 | 95.34 | - |
| YUV | 166.15 | 175.32 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 250 | 0.36 | 0.39 | 0 | 0.02 | 244.33 | 0.91 | 0.79 |
| Hex | A0 | 99 | FA | 24 | 27 | 0 | 2 | F4 | 5B | 4F |
| Octal | 240 | 231 | 372 | 44 | 47 | 0 | 2 | 364 | 133 | 117 |
| Binary | 10100000 | 10011001 | 11111010 | 100100 | 100111 | 0 | 10 | 11110100 | 1011011 | 1001111 |
Color Harmonies of #A099FA
Complementary color
Monochromatic Colors of #A099FA
Black with #A099FA
Text Example
Text Example
White with #A099FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099FA; }
p { color: rgb(160,153,250); }
H1.HeaderClassName
{
color: #A099FA;
}
.AnyTagClassName
{
color: #A099FA;
}
</style>
background-color css
<style>
a { background-color: #A099FA; }
a { background-color: rgb(160,153,250); }
div.DivClassName
{
background-color: #A099FA;
}
.BgClassName
{
background-color: #A099FA;
}
</style>
border-color css
<style>
span { border-color: #A099FA; }
span { border-color: rgb(160,153,250); }
td.TdClassName
{
border-color: #A099FA;
}
.TagClassName
{
border-color: #A099FA;
}
</style>