Shades of Lavender Rose #FFA1E7
Tints of Lavender Rose #FFA1E7
RGB
CMYK
RGB Variations
Color information
#FFA1E7 (or 0xFFA1E7) is known color: Lavender Rose. HEX triplet: FF, A1 and E7. RGB value is (255,161,231). Sum of RGB (Red+Green+Blue) = 255+161+231=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 161 (63.28% from 255 or 24.88% from 647); Blue value is 231 (90.62% from 255 or 35.70% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA1E7 is #005E18. Grayscale: #C4C4C4. Windows color (decimal): -24089 or 15180287. OLE color: 15180287.
HSL color Cylindrical-coordinate representation of color #FFA1E7: hue angle of 315.32º 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 #FFA1E7 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 231 | - |
| CMYK | 0 | 0.37 | 0.09 | 0 |
| HSL | 315.32º | 1% | 0.82% | - |
| HSV(B) | 315.32º | 0.37% | 1% | - |
| XYZ | 68.41 | 52.52 | 82.13 | - |
| YUV | 197.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 231 | 0 | 0.37 | 0.09 | 0 | 315.32 | 1 | 0.82 |
| Hex | FF | A1 | E7 | 0 | 25 | 9 | 0 | 13B | 64 | 52 |
| Octal | 377 | 241 | 347 | 0 | 45 | 11 | 0 | 473 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11100111 | 0 | 100101 | 1001 | 0 | 100111011 | 1100100 | 1010010 |
Color Harmonies of #FFA1E7
Complementary color
Monochromatic Colors of #FFA1E7
Black with #FFA1E7
Text Example
Text Example
White with #FFA1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1E7; }
p { color: rgb(255,161,231); }
H1.HeaderClassName
{
color: #FFA1E7;
}
.AnyTagClassName
{
color: #FFA1E7;
}
</style>
background-color css
<style>
a { background-color: #FFA1E7; }
a { background-color: rgb(255,161,231); }
div.DivClassName
{
background-color: #FFA1E7;
}
.BgClassName
{
background-color: #FFA1E7;
}
</style>
border-color css
<style>
span { border-color: #FFA1E7; }
span { border-color: rgb(255,161,231); }
td.TdClassName
{
border-color: #FFA1E7;
}
.TagClassName
{
border-color: #FFA1E7;
}
</style>