Shades of Lavender Rose #FFA7FF
Tints of Lavender Rose #FFA7FF
RGB
CMYK
RGB Variations
Color information
#FFA7FF (or 0xFFA7FF) is known color: Lavender Rose. HEX triplet: FF, A7 and FF. RGB value is (255,167,255). Sum of RGB (Red+Green+Blue) = 255+167+255=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 167 (65.62% from 255 or 24.67% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFA7FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA7FF is #005800. Grayscale: #CBCBCB. Windows color (decimal): -22529 or 16754687. OLE color: 16754687.
HSL color Cylindrical-coordinate representation of color #FFA7FF: hue angle of 300º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA7FF is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 255 | - |
| CMYK | 0 | 0.35 | 0 | 0 |
| HSL | 300º | 1% | 0.83% | - |
| HSV(B) | 300º | 0.35% | 1% | - |
| XYZ | 73.11 | 56.12 | 101.59 | - |
| YUV | 203.34 | 157.15 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 255 | 0 | 0.35 | 0 | 0 | 300 | 1 | 0.83 |
| Hex | FF | A7 | FF | 0 | 23 | 0 | 0 | 12C | 64 | 53 |
| Octal | 377 | 247 | 377 | 0 | 43 | 0 | 0 | 454 | 144 | 123 |
| Binary | 11111111 | 10100111 | 11111111 | 0 | 100011 | 0 | 0 | 100101100 | 1100100 | 1010011 |
Color Harmonies of #FFA7FF
Complementary color
Monochromatic Colors of #FFA7FF
Black with #FFA7FF
Text Example
Text Example
White with #FFA7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7FF; }
p { color: rgb(255,167,255); }
H1.HeaderClassName
{
color: #FFA7FF;
}
.AnyTagClassName
{
color: #FFA7FF;
}
</style>
background-color css
<style>
a { background-color: #FFA7FF; }
a { background-color: rgb(255,167,255); }
div.DivClassName
{
background-color: #FFA7FF;
}
.BgClassName
{
background-color: #FFA7FF;
}
</style>
border-color css
<style>
span { border-color: #FFA7FF; }
span { border-color: rgb(255,167,255); }
td.TdClassName
{
border-color: #FFA7FF;
}
.TagClassName
{
border-color: #FFA7FF;
}
</style>