Shades of Biloba Flower #A881DA
Tints of Biloba Flower #A881DA
RGB
CMYK
RGB Variations
Color information
#A881DA (or 0xA881DA) is known color: Biloba Flower. HEX triplet: A8, 81 and DA. RGB value is (168,129,218). Sum of RGB (Red+Green+Blue) = 168+129+218=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #A881DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A881DA is #577E25. Grayscale: #969696. Windows color (decimal): -5733926 or 14320040. OLE color: 14320040.
HSL color Cylindrical-coordinate representation of color #A881DA: hue angle of 266.29º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A881DA is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 129 | 218 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.15 |
| HSL | 266.29º | 0.55% | 0.68% | - |
| HSV(B) | 266.29º | 0.41% | 0.85% | - |
| XYZ | 36.65 | 29.09 | 70.01 | - |
| YUV | 150.81 | 165.92 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 218 | 0.23 | 0.41 | 0 | 0.15 | 266.29 | 0.55 | 0.68 |
| Hex | A8 | 81 | DA | 17 | 29 | 0 | F | 10A | 37 | 44 |
| Octal | 250 | 201 | 332 | 27 | 51 | 0 | 17 | 412 | 67 | 104 |
| Binary | 10101000 | 10000001 | 11011010 | 10111 | 101001 | 0 | 1111 | 100001010 | 110111 | 1000100 |
Color Harmonies of #A881DA
Complementary color
Monochromatic Colors of #A881DA
Black with #A881DA
Text Example
Text Example
White with #A881DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A881DA; }
p { color: rgb(168,129,218); }
H1.HeaderClassName
{
color: #A881DA;
}
.AnyTagClassName
{
color: #A881DA;
}
</style>
background-color css
<style>
a { background-color: #A881DA; }
a { background-color: rgb(168,129,218); }
div.DivClassName
{
background-color: #A881DA;
}
.BgClassName
{
background-color: #A881DA;
}
</style>
border-color css
<style>
span { border-color: #A881DA; }
span { border-color: rgb(168,129,218); }
td.TdClassName
{
border-color: #A881DA;
}
.TagClassName
{
border-color: #A881DA;
}
</style>