Shades of Biloba Flower #A995D3
Tints of Biloba Flower #A995D3
RGB
CMYK
RGB Variations
Color information
#A995D3 (or 0xA995D3) is known color: Biloba Flower. HEX triplet: A9, 95 and D3. RGB value is (169,149,211). Sum of RGB (Red+Green+Blue) = 169+149+211=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 211 - color contains mainly: blue. Hex color #A995D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995D3 is #566A2C. Grayscale: #A1A1A1. Windows color (decimal): -5663277 or 13866409. OLE color: 13866409.
HSL color Cylindrical-coordinate representation of color #A995D3: hue angle of 259.35º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A995D3 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 149 | 211 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.17 |
| HSL | 259.35º | 0.41% | 0.71% | - |
| HSV(B) | 259.35º | 0.29% | 0.83% | - |
| XYZ | 38.87 | 34.63 | 66.26 | - |
| YUV | 162.05 | 155.63 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 211 | 0.20 | 0.29 | 0 | 0.17 | 259.35 | 0.41 | 0.71 |
| Hex | A9 | 95 | D3 | 14 | 1D | 0 | 11 | 103 | 29 | 47 |
| Octal | 251 | 225 | 323 | 24 | 35 | 0 | 21 | 403 | 51 | 107 |
| Binary | 10101001 | 10010101 | 11010011 | 10100 | 11101 | 0 | 10001 | 100000011 | 101001 | 1000111 |
Color Harmonies of #A995D3
Complementary color
Monochromatic Colors of #A995D3
Black with #A995D3
Text Example
Text Example
White with #A995D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A995D3; }
p { color: rgb(169,149,211); }
H1.HeaderClassName
{
color: #A995D3;
}
.AnyTagClassName
{
color: #A995D3;
}
</style>
background-color css
<style>
a { background-color: #A995D3; }
a { background-color: rgb(169,149,211); }
div.DivClassName
{
background-color: #A995D3;
}
.BgClassName
{
background-color: #A995D3;
}
</style>
border-color css
<style>
span { border-color: #A995D3; }
span { border-color: rgb(169,149,211); }
td.TdClassName
{
border-color: #A995D3;
}
.TagClassName
{
border-color: #A995D3;
}
</style>