Shades of Portage #A098FC
Tints of Portage #A098FC
RGB
CMYK
RGB Variations
Color information
#A098FC (or 0xA098FC) is known color: Portage. HEX triplet: A0, 98 and FC. RGB value is (160,152,252). Sum of RGB (Red+Green+Blue) = 160+152+252=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #A098FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A098FC is #5F6703. Grayscale: #A5A5A5. Windows color (decimal): -6252292 or 16554144. OLE color: 16554144.
HSL color Cylindrical-coordinate representation of color #A098FC: hue angle of 244.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A098FC is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 152 | 252 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.01 |
| HSL | 244.8º | 0.94% | 0.79% | - |
| HSV(B) | 244.8º | 0.4% | 0.99% | - |
| XYZ | 43.3 | 36.96 | 96.95 | - |
| YUV | 165.79 | 176.65 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 252 | 0.37 | 0.40 | 0 | 0.01 | 244.8 | 0.94 | 0.79 |
| Hex | A0 | 98 | FC | 25 | 28 | 0 | 1 | F5 | 5E | 4F |
| Octal | 240 | 230 | 374 | 45 | 50 | 0 | 1 | 365 | 136 | 117 |
| Binary | 10100000 | 10011000 | 11111100 | 100101 | 101000 | 0 | 1 | 11110101 | 1011110 | 1001111 |
Color Harmonies of #A098FC
Complementary color
Monochromatic Colors of #A098FC
Black with #A098FC
Text Example
Text Example
White with #A098FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A098FC; }
p { color: rgb(160,152,252); }
H1.HeaderClassName
{
color: #A098FC;
}
.AnyTagClassName
{
color: #A098FC;
}
</style>
background-color css
<style>
a { background-color: #A098FC; }
a { background-color: rgb(160,152,252); }
div.DivClassName
{
background-color: #A098FC;
}
.BgClassName
{
background-color: #A098FC;
}
</style>
border-color css
<style>
span { border-color: #A098FC; }
span { border-color: rgb(160,152,252); }
td.TdClassName
{
border-color: #A098FC;
}
.TagClassName
{
border-color: #A098FC;
}
</style>