Shades of Lavender Rose #FFA0FF
Tints of Lavender Rose #FFA0FF
RGB
CMYK
RGB Variations
Color information
#FFA0FF (or 0xFFA0FF) is known color: Lavender Rose. HEX triplet: FF, A0 and FF. RGB value is (255,160,255). Sum of RGB (Red+Green+Blue) = 255+160+255=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 160 (62.89% from 255 or 23.88% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFA0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA0FF is #005F00. Grayscale: #C6C6C6. Windows color (decimal): -24321 or 16752895. OLE color: 16752895.
HSL color Cylindrical-coordinate representation of color #FFA0FF: hue angle of 300º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA0FF is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 160 | 255 | - |
CMYK | 0 | 0.37 | 0 | 0 |
HSL | 300º | 1% | 0.81% | - |
HSV(B) | 300º | 0.37% | 1% | - |
XYZ | 71.86 | 53.62 | 101.17 | - |
YUV | 199.24 | 159.47 | 167.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 160 | 255 | 0 | 0.37 | 0 | 0 | 300 | 1 | 0.81 |
Hex | FF | A0 | FF | 0 | 25 | 0 | 0 | 12C | 64 | 51 |
Octal | 377 | 240 | 377 | 0 | 45 | 0 | 0 | 454 | 144 | 121 |
Binary | 11111111 | 10100000 | 11111111 | 0 | 100101 | 0 | 0 | 100101100 | 1100100 | 1010001 |
Color Harmonies of #FFA0FF
Complementary color
Monochromatic Colors of #FFA0FF
Black with #FFA0FF
Text Example
Text Example
White with #FFA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0FF; }
p { color: rgb(255,160,255); }
H1.HeaderClassName
{
color: #FFA0FF;
}
.AnyTagClassName
{
color: #FFA0FF;
}
</style>
background-color css
<style>
a { background-color: #FFA0FF; }
a { background-color: rgb(255,160,255); }
div.DivClassName
{
background-color: #FFA0FF;
}
.BgClassName
{
background-color: #FFA0FF;
}
</style>
border-color css
<style>
span { border-color: #FFA0FF; }
span { border-color: rgb(255,160,255); }
td.TdClassName
{
border-color: #FFA0FF;
}
.TagClassName
{
border-color: #FFA0FF;
}
</style>