Shades of Biloba Flower #A995E8
Tints of Biloba Flower #A995E8
RGB
CMYK
RGB Variations
Color information
#A995E8 (or 0xA995E8) is known color: Biloba Flower. HEX triplet: A9, 95 and E8. RGB value is (169,149,232). Sum of RGB (Red+Green+Blue) = 169+149+232=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 232 (91.02% from 255 or 42.18% from 550); Max value from RGB is 232 - color contains mainly: blue. Hex color #A995E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A995E8 is #566A17. Grayscale: #A4A4A4. Windows color (decimal): -5663256 or 15242665. OLE color: 15242665.
HSL color Cylindrical-coordinate representation of color #A995E8: hue angle of 254.46º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A995E8 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 149 | 232 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.09 |
| HSL | 254.46º | 0.64% | 0.75% | - |
| HSV(B) | 254.46º | 0.36% | 0.91% | - |
| XYZ | 41.68 | 35.76 | 81.05 | - |
| YUV | 164.44 | 166.13 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 232 | 0.27 | 0.36 | 0 | 0.09 | 254.46 | 0.64 | 0.75 |
| Hex | A9 | 95 | E8 | 1B | 24 | 0 | 9 | FE | 40 | 4B |
| Octal | 251 | 225 | 350 | 33 | 44 | 0 | 11 | 376 | 100 | 113 |
| Binary | 10101001 | 10010101 | 11101000 | 11011 | 100100 | 0 | 1001 | 11111110 | 1000000 | 1001011 |
Color Harmonies of #A995E8
Complementary color
Monochromatic Colors of #A995E8
Black with #A995E8
Text Example
Text Example
White with #A995E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A995E8; }
p { color: rgb(169,149,232); }
H1.HeaderClassName
{
color: #A995E8;
}
.AnyTagClassName
{
color: #A995E8;
}
</style>
background-color css
<style>
a { background-color: #A995E8; }
a { background-color: rgb(169,149,232); }
div.DivClassName
{
background-color: #A995E8;
}
.BgClassName
{
background-color: #A995E8;
}
</style>
border-color css
<style>
span { border-color: #A995E8; }
span { border-color: rgb(169,149,232); }
td.TdClassName
{
border-color: #A995E8;
}
.TagClassName
{
border-color: #A995E8;
}
</style>