Shades of Portage #A097FC
Tints of Portage #A097FC
RGB
CMYK
RGB Variations
Color information
#A097FC (or 0xA097FC) is known color: Portage. HEX triplet: A0, 97 and FC. RGB value is (160,151,252). Sum of RGB (Red+Green+Blue) = 160+151+252=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #A097FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A097FC is #5F6803. Grayscale: #A4A4A4. Windows color (decimal): -6252548 or 16553888. OLE color: 16553888.
HSL color Cylindrical-coordinate representation of color #A097FC: hue angle of 245.35º 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 #A097FC is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 151 | 252 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.01 |
| HSL | 245.35º | 0.94% | 0.79% | - |
| HSV(B) | 245.35º | 0.4% | 0.99% | - |
| XYZ | 43.13 | 36.64 | 96.89 | - |
| YUV | 165.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 151 | 252 | 0.37 | 0.40 | 0 | 0.01 | 245.35 | 0.94 | 0.79 |
| Hex | A0 | 97 | FC | 25 | 28 | 0 | 1 | F5 | 5E | 4F |
| Octal | 240 | 227 | 374 | 45 | 50 | 0 | 1 | 365 | 136 | 117 |
| Binary | 10100000 | 10010111 | 11111100 | 100101 | 101000 | 0 | 1 | 11110101 | 1011110 | 1001111 |
Color Harmonies of #A097FC
Complementary color
Monochromatic Colors of #A097FC
Black with #A097FC
Text Example
Text Example
White with #A097FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A097FC; }
p { color: rgb(160,151,252); }
H1.HeaderClassName
{
color: #A097FC;
}
.AnyTagClassName
{
color: #A097FC;
}
</style>
background-color css
<style>
a { background-color: #A097FC; }
a { background-color: rgb(160,151,252); }
div.DivClassName
{
background-color: #A097FC;
}
.BgClassName
{
background-color: #A097FC;
}
</style>
border-color css
<style>
span { border-color: #A097FC; }
span { border-color: rgb(160,151,252); }
td.TdClassName
{
border-color: #A097FC;
}
.TagClassName
{
border-color: #A097FC;
}
</style>