Shades of Biloba Flower #A88AD2
Tints of Biloba Flower #A88AD2
RGB
CMYK
RGB Variations
Color information
#A88AD2 (or 0xA88AD2) is known color: Biloba Flower. HEX triplet: A8, 8A and D2. RGB value is (168,138,210). Sum of RGB (Red+Green+Blue) = 168+138+210=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 210 - color contains mainly: blue. Hex color #A88AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88AD2 is #57752D. Grayscale: #9A9A9A. Windows color (decimal): -5731630 or 13798056. OLE color: 13798056.
HSL color Cylindrical-coordinate representation of color #A88AD2: hue angle of 265º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A88AD2 is Cyan = 0.2, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 138 | 210 | - |
| CMYK | 0.2 | 0.34 | 0 | 0.18 |
| HSL | 265º | 0.44% | 0.68% | - |
| HSV(B) | 265º | 0.34% | 0.82% | - |
| XYZ | 36.87 | 31.15 | 65.04 | - |
| YUV | 155.18 | 158.94 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 138 | 210 | 0.2 | 0.34 | 0 | 0.18 | 265 | 0.44 | 0.68 |
| Hex | A8 | 8A | D2 | 14 | 22 | 0 | 12 | 109 | 2C | 44 |
| Octal | 250 | 212 | 322 | 24 | 42 | 0 | 22 | 411 | 54 | 104 |
| Binary | 10101000 | 10001010 | 11010010 | 10100 | 100010 | 0 | 10010 | 100001001 | 101100 | 1000100 |
Color Harmonies of #A88AD2
Complementary color
Monochromatic Colors of #A88AD2
Black with #A88AD2
Text Example
Text Example
White with #A88AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88AD2; }
p { color: rgb(168,138,210); }
H1.HeaderClassName
{
color: #A88AD2;
}
.AnyTagClassName
{
color: #A88AD2;
}
</style>
background-color css
<style>
a { background-color: #A88AD2; }
a { background-color: rgb(168,138,210); }
div.DivClassName
{
background-color: #A88AD2;
}
.BgClassName
{
background-color: #A88AD2;
}
</style>
border-color css
<style>
span { border-color: #A88AD2; }
span { border-color: rgb(168,138,210); }
td.TdClassName
{
border-color: #A88AD2;
}
.TagClassName
{
border-color: #A88AD2;
}
</style>