Shades of Biloba Flower #A993D3
Tints of Biloba Flower #A993D3
RGB
CMYK
RGB Variations
Color information
#A993D3 (or 0xA993D3) is known color: Biloba Flower. HEX triplet: A9, 93 and D3. RGB value is (169,147,211). Sum of RGB (Red+Green+Blue) = 169+147+211=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 211 - color contains mainly: blue. Hex color #A993D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A993D3 is #566C2C. Grayscale: #A0A0A0. Windows color (decimal): -5663789 or 13865897. OLE color: 13865897.
HSL color Cylindrical-coordinate representation of color #A993D3: hue angle of 260.62º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A993D3 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 147 | 211 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.17 |
| HSL | 260.63º | 0.42% | 0.7% | - |
| HSV(B) | 260.63º | 0.3% | 0.83% | - |
| XYZ | 38.55 | 34.01 | 66.16 | - |
| YUV | 160.87 | 156.29 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 147 | 211 | 0.20 | 0.30 | 0 | 0.17 | 260.63 | 0.42 | 0.7 |
| Hex | A9 | 93 | D3 | 14 | 1E | 0 | 11 | 105 | 2A | 46 |
| Octal | 251 | 223 | 323 | 24 | 36 | 0 | 21 | 405 | 52 | 106 |
| Binary | 10101001 | 10010011 | 11010011 | 10100 | 11110 | 0 | 10001 | 100000101 | 101010 | 1000110 |
Color Harmonies of #A993D3
Complementary color
Monochromatic Colors of #A993D3
Black with #A993D3
Text Example
Text Example
White with #A993D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A993D3; }
p { color: rgb(169,147,211); }
H1.HeaderClassName
{
color: #A993D3;
}
.AnyTagClassName
{
color: #A993D3;
}
</style>
background-color css
<style>
a { background-color: #A993D3; }
a { background-color: rgb(169,147,211); }
div.DivClassName
{
background-color: #A993D3;
}
.BgClassName
{
background-color: #A993D3;
}
</style>
border-color css
<style>
span { border-color: #A993D3; }
span { border-color: rgb(169,147,211); }
td.TdClassName
{
border-color: #A993D3;
}
.TagClassName
{
border-color: #A993D3;
}
</style>