Shades of Portage #A099FC
Tints of Portage #A099FC
RGB
CMYK
RGB Variations
Color information
#A099FC (or 0xA099FC) is known color: Portage. HEX triplet: A0, 99 and FC. RGB value is (160,153,252). Sum of RGB (Red+Green+Blue) = 160+153+252=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #A099FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A099FC is #5F6603. Grayscale: #A5A5A5. Windows color (decimal): -6252036 or 16554400. OLE color: 16554400.
HSL color Cylindrical-coordinate representation of color #A099FC: hue angle of 244.24º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A099FC is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 153 | 252 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.01 |
| HSL | 244.24º | 0.94% | 0.79% | - |
| HSV(B) | 244.24º | 0.39% | 0.99% | - |
| XYZ | 43.46 | 37.28 | 97 | - |
| YUV | 166.38 | 176.32 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 252 | 0.37 | 0.39 | 0 | 0.01 | 244.24 | 0.94 | 0.79 |
| Hex | A0 | 99 | FC | 25 | 27 | 0 | 1 | F4 | 5E | 4F |
| Octal | 240 | 231 | 374 | 45 | 47 | 0 | 1 | 364 | 136 | 117 |
| Binary | 10100000 | 10011001 | 11111100 | 100101 | 100111 | 0 | 1 | 11110100 | 1011110 | 1001111 |
Color Harmonies of #A099FC
Complementary color
Monochromatic Colors of #A099FC
Black with #A099FC
Text Example
Text Example
White with #A099FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099FC; }
p { color: rgb(160,153,252); }
H1.HeaderClassName
{
color: #A099FC;
}
.AnyTagClassName
{
color: #A099FC;
}
</style>
background-color css
<style>
a { background-color: #A099FC; }
a { background-color: rgb(160,153,252); }
div.DivClassName
{
background-color: #A099FC;
}
.BgClassName
{
background-color: #A099FC;
}
</style>
border-color css
<style>
span { border-color: #A099FC; }
span { border-color: rgb(160,153,252); }
td.TdClassName
{
border-color: #A099FC;
}
.TagClassName
{
border-color: #A099FC;
}
</style>