Shades of Lavender Rose #FFA2FF
Tints of Lavender Rose #FFA2FF
RGB
CMYK
RGB Variations
Color information
#FFA2FF (or 0xFFA2FF) is known color: Lavender Rose. HEX triplet: FF, A2 and FF. RGB value is (255,162,255). Sum of RGB (Red+Green+Blue) = 255+162+255=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 162 (63.67% from 255 or 24.11% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFA2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA2FF is #005D00. Grayscale: #C8C8C8. Windows color (decimal): -23809 or 16753407. OLE color: 16753407.
HSL color Cylindrical-coordinate representation of color #FFA2FF: hue angle of 300º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA2FF is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 162 | 255 | - |
CMYK | 0 | 0.36 | 0 | 0 |
HSL | 300º | 1% | 0.82% | - |
HSV(B) | 300º | 0.36% | 1% | - |
XYZ | 72.21 | 54.32 | 101.29 | - |
YUV | 200.41 | 158.81 | 166.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 162 | 255 | 0 | 0.36 | 0 | 0 | 300 | 1 | 0.82 |
Hex | FF | A2 | FF | 0 | 24 | 0 | 0 | 12C | 64 | 52 |
Octal | 377 | 242 | 377 | 0 | 44 | 0 | 0 | 454 | 144 | 122 |
Binary | 11111111 | 10100010 | 11111111 | 0 | 100100 | 0 | 0 | 100101100 | 1100100 | 1010010 |
Color Harmonies of #FFA2FF
Complementary color
Monochromatic Colors of #FFA2FF
Black with #FFA2FF
Text Example
Text Example
White with #FFA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2FF; }
p { color: rgb(255,162,255); }
H1.HeaderClassName
{
color: #FFA2FF;
}
.AnyTagClassName
{
color: #FFA2FF;
}
</style>
background-color css
<style>
a { background-color: #FFA2FF; }
a { background-color: rgb(255,162,255); }
div.DivClassName
{
background-color: #FFA2FF;
}
.BgClassName
{
background-color: #FFA2FF;
}
</style>
border-color css
<style>
span { border-color: #FFA2FF; }
span { border-color: rgb(255,162,255); }
td.TdClassName
{
border-color: #FFA2FF;
}
.TagClassName
{
border-color: #FFA2FF;
}
</style>