Shades of Lavender Rose #FFA1FF
Tints of Lavender Rose #FFA1FF
RGB
CMYK
RGB Variations
Color information
#FFA1FF (or 0xFFA1FF) is known color: Lavender Rose. HEX triplet: FF, A1 and FF. RGB value is (255,161,255). Sum of RGB (Red+Green+Blue) = 255+161+255=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 161 (63.28% from 255 or 23.99% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFA1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA1FF is #005E00. Grayscale: #C7C7C7. Windows color (decimal): -24065 or 16753151. OLE color: 16753151.
HSL color Cylindrical-coordinate representation of color #FFA1FF: hue angle of 300º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA1FF is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 255 | - |
| CMYK | 0 | 0.37 | 0 | 0 |
| HSL | 300º | 1% | 0.82% | - |
| HSV(B) | 300º | 0.37% | 1% | - |
| XYZ | 72.03 | 53.97 | 101.23 | - |
| YUV | 199.82 | 159.14 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 255 | 0 | 0.37 | 0 | 0 | 300 | 1 | 0.82 |
| Hex | FF | A1 | FF | 0 | 25 | 0 | 0 | 12C | 64 | 52 |
| Octal | 377 | 241 | 377 | 0 | 45 | 0 | 0 | 454 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11111111 | 0 | 100101 | 0 | 0 | 100101100 | 1100100 | 1010010 |
Color Harmonies of #FFA1FF
Complementary color
Monochromatic Colors of #FFA1FF
Black with #FFA1FF
Text Example
Text Example
White with #FFA1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1FF; }
p { color: rgb(255,161,255); }
H1.HeaderClassName
{
color: #FFA1FF;
}
.AnyTagClassName
{
color: #FFA1FF;
}
</style>
background-color css
<style>
a { background-color: #FFA1FF; }
a { background-color: rgb(255,161,255); }
div.DivClassName
{
background-color: #FFA1FF;
}
.BgClassName
{
background-color: #FFA1FF;
}
</style>
border-color css
<style>
span { border-color: #FFA1FF; }
span { border-color: rgb(255,161,255); }
td.TdClassName
{
border-color: #FFA1FF;
}
.TagClassName
{
border-color: #FFA1FF;
}
</style>