Shades of Biloba Flower #A881D6
Tints of Biloba Flower #A881D6
RGB
CMYK
RGB Variations
Color information
#A881D6 (or 0xA881D6) is known color: Biloba Flower. HEX triplet: A8, 81 and D6. RGB value is (168,129,214). Sum of RGB (Red+Green+Blue) = 168+129+214=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 214 - color contains mainly: blue. Hex color #A881D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A881D6 is #577E29. Grayscale: #969696. Windows color (decimal): -5733930 or 14057896. OLE color: 14057896.
HSL color Cylindrical-coordinate representation of color #A881D6: hue angle of 267.53º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A881D6 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 129 | 214 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.16 |
| HSL | 267.53º | 0.51% | 0.67% | - |
| HSV(B) | 267.53º | 0.4% | 0.84% | - |
| XYZ | 36.14 | 28.88 | 67.29 | - |
| YUV | 150.35 | 163.92 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 214 | 0.21 | 0.40 | 0 | 0.16 | 267.53 | 0.51 | 0.67 |
| Hex | A8 | 81 | D6 | 15 | 28 | 0 | 10 | 10C | 33 | 43 |
| Octal | 250 | 201 | 326 | 25 | 50 | 0 | 20 | 414 | 63 | 103 |
| Binary | 10101000 | 10000001 | 11010110 | 10101 | 101000 | 0 | 10000 | 100001100 | 110011 | 1000011 |
Color Harmonies of #A881D6
Complementary color
Monochromatic Colors of #A881D6
Black with #A881D6
Text Example
Text Example
White with #A881D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A881D6; }
p { color: rgb(168,129,214); }
H1.HeaderClassName
{
color: #A881D6;
}
.AnyTagClassName
{
color: #A881D6;
}
</style>
background-color css
<style>
a { background-color: #A881D6; }
a { background-color: rgb(168,129,214); }
div.DivClassName
{
background-color: #A881D6;
}
.BgClassName
{
background-color: #A881D6;
}
</style>
border-color css
<style>
span { border-color: #A881D6; }
span { border-color: rgb(168,129,214); }
td.TdClassName
{
border-color: #A881D6;
}
.TagClassName
{
border-color: #A881D6;
}
</style>