Shades of Biloba Flower #A995D5
Tints of Biloba Flower #A995D5
RGB
CMYK
RGB Variations
Color information
#A995D5 (or 0xA995D5) is known color: Biloba Flower. HEX triplet: A9, 95 and D5. RGB value is (169,149,213). Sum of RGB (Red+Green+Blue) = 169+149+213=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 213 - color contains mainly: blue. Hex color #A995D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995D5 is #566A2A. Grayscale: #A2A2A2. Windows color (decimal): -5663275 or 13997481. OLE color: 13997481.
HSL color Cylindrical-coordinate representation of color #A995D5: hue angle of 258.75º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A995D5 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 149 | 213 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.16 |
| HSL | 258.75º | 0.43% | 0.71% | - |
| HSV(B) | 258.75º | 0.3% | 0.84% | - |
| XYZ | 39.12 | 34.73 | 67.59 | - |
| YUV | 162.28 | 156.63 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 213 | 0.21 | 0.30 | 0 | 0.16 | 258.75 | 0.43 | 0.71 |
| Hex | A9 | 95 | D5 | 15 | 1E | 0 | 10 | 103 | 2B | 47 |
| Octal | 251 | 225 | 325 | 25 | 36 | 0 | 20 | 403 | 53 | 107 |
| Binary | 10101001 | 10010101 | 11010101 | 10101 | 11110 | 0 | 10000 | 100000011 | 101011 | 1000111 |
Color Harmonies of #A995D5
Complementary color
Monochromatic Colors of #A995D5
Black with #A995D5
Text Example
Text Example
White with #A995D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A995D5; }
p { color: rgb(169,149,213); }
H1.HeaderClassName
{
color: #A995D5;
}
.AnyTagClassName
{
color: #A995D5;
}
</style>
background-color css
<style>
a { background-color: #A995D5; }
a { background-color: rgb(169,149,213); }
div.DivClassName
{
background-color: #A995D5;
}
.BgClassName
{
background-color: #A995D5;
}
</style>
border-color css
<style>
span { border-color: #A995D5; }
span { border-color: rgb(169,149,213); }
td.TdClassName
{
border-color: #A995D5;
}
.TagClassName
{
border-color: #A995D5;
}
</style>