Shades of Biloba Flower #A995E5
Tints of Biloba Flower #A995E5
RGB
CMYK
RGB Variations
Color information
#A995E5 (or 0xA995E5) is known color: Biloba Flower. HEX triplet: A9, 95 and E5. RGB value is (169,149,229). Sum of RGB (Red+Green+Blue) = 169+149+229=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #A995E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995E5 is #566A1A. Grayscale: #A3A3A3. Windows color (decimal): -5663259 or 15046057. OLE color: 15046057.
HSL color Cylindrical-coordinate representation of color #A995E5: hue angle of 255º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A995E5 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 149 | 229 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.10 |
| HSL | 255º | 0.61% | 0.74% | - |
| HSV(B) | 255º | 0.35% | 0.9% | - |
| XYZ | 41.25 | 35.59 | 78.82 | - |
| YUV | 164.1 | 164.63 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 229 | 0.26 | 0.35 | 0 | 0.10 | 255 | 0.61 | 0.74 |
| Hex | A9 | 95 | E5 | 1A | 23 | 0 | A | FF | 3D | 4A |
| Octal | 251 | 225 | 345 | 32 | 43 | 0 | 12 | 377 | 75 | 112 |
| Binary | 10101001 | 10010101 | 11100101 | 11010 | 100011 | 0 | 1010 | 11111111 | 111101 | 1001010 |
Color Harmonies of #A995E5
Complementary color
Monochromatic Colors of #A995E5
Black with #A995E5
Text Example
Text Example
White with #A995E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A995E5; }
p { color: rgb(169,149,229); }
H1.HeaderClassName
{
color: #A995E5;
}
.AnyTagClassName
{
color: #A995E5;
}
</style>
background-color css
<style>
a { background-color: #A995E5; }
a { background-color: rgb(169,149,229); }
div.DivClassName
{
background-color: #A995E5;
}
.BgClassName
{
background-color: #A995E5;
}
</style>
border-color css
<style>
span { border-color: #A995E5; }
span { border-color: rgb(169,149,229); }
td.TdClassName
{
border-color: #A995E5;
}
.TagClassName
{
border-color: #A995E5;
}
</style>