Shades of Biloba Flower #A594E1
Tints of Biloba Flower #A594E1
RGB
CMYK
RGB Variations
Color information
#A594E1 (or 0xA594E1) is known color: Biloba Flower. HEX triplet: A5, 94 and E1. RGB value is (165,148,225). Sum of RGB (Red+Green+Blue) = 165+148+225=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #A594E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594E1 is #5A6B1E. Grayscale: #A1A1A1. Windows color (decimal): -5925663 or 14783653. OLE color: 14783653.
HSL color Cylindrical-coordinate representation of color #A594E1: hue angle of 253.25º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A594E1 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 148 | 225 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.12 |
| HSL | 253.25º | 0.56% | 0.73% | - |
| HSV(B) | 253.25º | 0.34% | 0.88% | - |
| XYZ | 39.7 | 34.62 | 75.82 | - |
| YUV | 161.86 | 163.63 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 148 | 225 | 0.27 | 0.34 | 0 | 0.12 | 253.25 | 0.56 | 0.73 |
| Hex | A5 | 94 | E1 | 1B | 22 | 0 | C | FD | 38 | 49 |
| Octal | 245 | 224 | 341 | 33 | 42 | 0 | 14 | 375 | 70 | 111 |
| Binary | 10100101 | 10010100 | 11100001 | 11011 | 100010 | 0 | 1100 | 11111101 | 111000 | 1001001 |
Color Harmonies of #A594E1
Complementary color
Monochromatic Colors of #A594E1
Black with #A594E1
Text Example
Text Example
White with #A594E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A594E1; }
p { color: rgb(165,148,225); }
H1.HeaderClassName
{
color: #A594E1;
}
.AnyTagClassName
{
color: #A594E1;
}
</style>
background-color css
<style>
a { background-color: #A594E1; }
a { background-color: rgb(165,148,225); }
div.DivClassName
{
background-color: #A594E1;
}
.BgClassName
{
background-color: #A594E1;
}
</style>
border-color css
<style>
span { border-color: #A594E1; }
span { border-color: rgb(165,148,225); }
td.TdClassName
{
border-color: #A594E1;
}
.TagClassName
{
border-color: #A594E1;
}
</style>