Shades of Biloba Flower #A882D6
Tints of Biloba Flower #A882D6
RGB
CMYK
RGB Variations
Color information
#A882D6 (or 0xA882D6) is known color: Biloba Flower. HEX triplet: A8, 82 and D6. RGB value is (168,130,214). Sum of RGB (Red+Green+Blue) = 168+130+214=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #A882D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882D6 is #577D29. Grayscale: #969696. Windows color (decimal): -5733674 or 14058152. OLE color: 14058152.
HSL color Cylindrical-coordinate representation of color #A882D6: hue angle of 267.14º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A882D6 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 130 | 214 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.16 |
| HSL | 267.14º | 0.51% | 0.67% | - |
| HSV(B) | 267.14º | 0.39% | 0.84% | - |
| XYZ | 36.27 | 29.15 | 67.33 | - |
| YUV | 150.94 | 163.59 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 214 | 0.21 | 0.39 | 0 | 0.16 | 267.14 | 0.51 | 0.67 |
| Hex | A8 | 82 | D6 | 15 | 27 | 0 | 10 | 10B | 33 | 43 |
| Octal | 250 | 202 | 326 | 25 | 47 | 0 | 20 | 413 | 63 | 103 |
| Binary | 10101000 | 10000010 | 11010110 | 10101 | 100111 | 0 | 10000 | 100001011 | 110011 | 1000011 |
Color Harmonies of #A882D6
Complementary color
Monochromatic Colors of #A882D6
Black with #A882D6
Text Example
Text Example
White with #A882D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A882D6; }
p { color: rgb(168,130,214); }
H1.HeaderClassName
{
color: #A882D6;
}
.AnyTagClassName
{
color: #A882D6;
}
</style>
background-color css
<style>
a { background-color: #A882D6; }
a { background-color: rgb(168,130,214); }
div.DivClassName
{
background-color: #A882D6;
}
.BgClassName
{
background-color: #A882D6;
}
</style>
border-color css
<style>
span { border-color: #A882D6; }
span { border-color: rgb(168,130,214); }
td.TdClassName
{
border-color: #A882D6;
}
.TagClassName
{
border-color: #A882D6;
}
</style>