Shades of Biloba Flower #A882DF
Tints of Biloba Flower #A882DF
RGB
CMYK
RGB Variations
Color information
#A882DF (or 0xA882DF) is known color: Biloba Flower. HEX triplet: A8, 82 and DF. RGB value is (168,130,223). Sum of RGB (Red+Green+Blue) = 168+130+223=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #A882DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882DF is #577D20. Grayscale: #979797. Windows color (decimal): -5733665 or 14647976. OLE color: 14647976.
HSL color Cylindrical-coordinate representation of color #A882DF: hue angle of 264.52º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A882DF is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 130 | 223 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.13 |
| HSL | 264.52º | 0.59% | 0.69% | - |
| HSV(B) | 264.52º | 0.42% | 0.87% | - |
| XYZ | 37.45 | 29.62 | 73.56 | - |
| YUV | 151.96 | 168.09 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 223 | 0.25 | 0.42 | 0 | 0.13 | 264.52 | 0.59 | 0.69 |
| Hex | A8 | 82 | DF | 19 | 2A | 0 | D | 109 | 3B | 45 |
| Octal | 250 | 202 | 337 | 31 | 52 | 0 | 15 | 411 | 73 | 105 |
| Binary | 10101000 | 10000010 | 11011111 | 11001 | 101010 | 0 | 1101 | 100001001 | 111011 | 1000101 |
Color Harmonies of #A882DF
Complementary color
Monochromatic Colors of #A882DF
Black with #A882DF
Text Example
Text Example
White with #A882DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A882DF; }
p { color: rgb(168,130,223); }
H1.HeaderClassName
{
color: #A882DF;
}
.AnyTagClassName
{
color: #A882DF;
}
</style>
background-color css
<style>
a { background-color: #A882DF; }
a { background-color: rgb(168,130,223); }
div.DivClassName
{
background-color: #A882DF;
}
.BgClassName
{
background-color: #A882DF;
}
</style>
border-color css
<style>
span { border-color: #A882DF; }
span { border-color: rgb(168,130,223); }
td.TdClassName
{
border-color: #A882DF;
}
.TagClassName
{
border-color: #A882DF;
}
</style>