Shades of Biloba Flower #A995C5
Tints of Biloba Flower #A995C5
RGB
CMYK
RGB Variations
Color information
#A995C5 (or 0xA995C5) is known color: Biloba Flower. HEX triplet: A9, 95 and C5. RGB value is (169,149,197). Sum of RGB (Red+Green+Blue) = 169+149+197=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 197 - color contains mainly: blue. Hex color #A995C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995C5 is #566A3A. Grayscale: #A0A0A0. Windows color (decimal): -5663291 or 12948905. OLE color: 12948905.
HSL color Cylindrical-coordinate representation of color #A995C5: hue angle of 265º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A995C5 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 149 | 197 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.23 |
| HSL | 265º | 0.29% | 0.68% | - |
| HSV(B) | 265º | 0.24% | 0.77% | - |
| XYZ | 37.19 | 33.96 | 57.42 | - |
| YUV | 160.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 197 | 0.14 | 0.24 | 0 | 0.23 | 265 | 0.29 | 0.68 |
| Hex | A9 | 95 | C5 | E | 18 | 0 | 17 | 109 | 1D | 44 |
| Octal | 251 | 225 | 305 | 16 | 30 | 0 | 27 | 411 | 35 | 104 |
| Binary | 10101001 | 10010101 | 11000101 | 1110 | 11000 | 0 | 10111 | 100001001 | 11101 | 1000100 |
Color Harmonies of #A995C5
Complementary color
Monochromatic Colors of #A995C5
Black with #A995C5
Text Example
Text Example
White with #A995C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A995C5; }
p { color: rgb(169,149,197); }
H1.HeaderClassName
{
color: #A995C5;
}
.AnyTagClassName
{
color: #A995C5;
}
</style>
background-color css
<style>
a { background-color: #A995C5; }
a { background-color: rgb(169,149,197); }
div.DivClassName
{
background-color: #A995C5;
}
.BgClassName
{
background-color: #A995C5;
}
</style>
border-color css
<style>
span { border-color: #A995C5; }
span { border-color: rgb(169,149,197); }
td.TdClassName
{
border-color: #A995C5;
}
.TagClassName
{
border-color: #A995C5;
}
</style>