Shades of Biloba Flower #A882DA
Tints of Biloba Flower #A882DA
RGB
CMYK
RGB Variations
Color information
#A882DA (or 0xA882DA) is known color: Biloba Flower. HEX triplet: A8, 82 and DA. RGB value is (168,130,218). Sum of RGB (Red+Green+Blue) = 168+130+218=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #A882DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882DA is #577D25. Grayscale: #979797. Windows color (decimal): -5733670 or 14320296. OLE color: 14320296.
HSL color Cylindrical-coordinate representation of color #A882DA: hue angle of 265.91º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A882DA is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 130 | 218 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.15 |
| HSL | 265.91º | 0.54% | 0.68% | - |
| HSV(B) | 265.91º | 0.4% | 0.85% | - |
| XYZ | 36.79 | 29.35 | 70.06 | - |
| YUV | 151.39 | 165.59 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 218 | 0.23 | 0.40 | 0 | 0.15 | 265.91 | 0.54 | 0.68 |
| Hex | A8 | 82 | DA | 17 | 28 | 0 | F | 10A | 36 | 44 |
| Octal | 250 | 202 | 332 | 27 | 50 | 0 | 17 | 412 | 66 | 104 |
| Binary | 10101000 | 10000010 | 11011010 | 10111 | 101000 | 0 | 1111 | 100001010 | 110110 | 1000100 |
Color Harmonies of #A882DA
Complementary color
Monochromatic Colors of #A882DA
Black with #A882DA
Text Example
Text Example
White with #A882DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A882DA; }
p { color: rgb(168,130,218); }
H1.HeaderClassName
{
color: #A882DA;
}
.AnyTagClassName
{
color: #A882DA;
}
</style>
background-color css
<style>
a { background-color: #A882DA; }
a { background-color: rgb(168,130,218); }
div.DivClassName
{
background-color: #A882DA;
}
.BgClassName
{
background-color: #A882DA;
}
</style>
border-color css
<style>
span { border-color: #A882DA; }
span { border-color: rgb(168,130,218); }
td.TdClassName
{
border-color: #A882DA;
}
.TagClassName
{
border-color: #A882DA;
}
</style>