Shades of Biloba Flower #A995FF
Tints of Biloba Flower #A995FF
RGB
CMYK
RGB Variations
Color information
#A995FF (or 0xA995FF) is known color: Biloba Flower. HEX triplet: A9, 95 and FF. RGB value is (169,149,255). Sum of RGB (Red+Green+Blue) = 169+149+255=573 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.49% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #A995FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A995FF is #566A00. Grayscale: #A6A6A6. Windows color (decimal): -5663233 or 16749993. OLE color: 16749993.
HSL color Cylindrical-coordinate representation of color #A995FF: hue angle of 251.32º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A995FF is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 149 | 255 | - |
| CMYK | 0.34 | 0.42 | 0 | 0 |
| HSL | 251.32º | 1% | 0.79% | - |
| HSV(B) | 251.32º | 0.42% | 1% | - |
| XYZ | 45.16 | 37.15 | 99.4 | - |
| YUV | 167.06 | 177.63 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 255 | 0.34 | 0.42 | 0 | 0 | 251.32 | 1 | 0.79 |
| Hex | A9 | 95 | FF | 22 | 2A | 0 | 0 | FB | 64 | 4F |
| Octal | 251 | 225 | 377 | 42 | 52 | 0 | 0 | 373 | 144 | 117 |
| Binary | 10101001 | 10010101 | 11111111 | 100010 | 101010 | 0 | 0 | 11111011 | 1100100 | 1001111 |
Color Harmonies of #A995FF
Complementary color
Monochromatic Colors of #A995FF
Black with #A995FF
Text Example
Text Example
White with #A995FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A995FF; }
p { color: rgb(169,149,255); }
H1.HeaderClassName
{
color: #A995FF;
}
.AnyTagClassName
{
color: #A995FF;
}
</style>
background-color css
<style>
a { background-color: #A995FF; }
a { background-color: rgb(169,149,255); }
div.DivClassName
{
background-color: #A995FF;
}
.BgClassName
{
background-color: #A995FF;
}
</style>
border-color css
<style>
span { border-color: #A995FF; }
span { border-color: rgb(169,149,255); }
td.TdClassName
{
border-color: #A995FF;
}
.TagClassName
{
border-color: #A995FF;
}
</style>