Shades of Biloba Flower #A594E0
Tints of Biloba Flower #A594E0
RGB
CMYK
RGB Variations
Color information
#A594E0 (or 0xA594E0) is known color: Biloba Flower. HEX triplet: A5, 94 and E0. RGB value is (165,148,224). Sum of RGB (Red+Green+Blue) = 165+148+224=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #A594E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594E0 is #5A6B1F. Grayscale: #A1A1A1. Windows color (decimal): -5925664 or 14718117. OLE color: 14718117.
HSL color Cylindrical-coordinate representation of color #A594E0: hue angle of 253.42º degrees, saturation: 0.55, 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 #A594E0 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 148 | 224 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.12 |
| HSL | 253.42º | 0.55% | 0.73% | - |
| HSV(B) | 253.42º | 0.34% | 0.88% | - |
| XYZ | 39.56 | 34.56 | 75.11 | - |
| YUV | 161.75 | 163.13 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 148 | 224 | 0.26 | 0.34 | 0 | 0.12 | 253.42 | 0.55 | 0.73 |
| Hex | A5 | 94 | E0 | 1A | 22 | 0 | C | FD | 37 | 49 |
| Octal | 245 | 224 | 340 | 32 | 42 | 0 | 14 | 375 | 67 | 111 |
| Binary | 10100101 | 10010100 | 11100000 | 11010 | 100010 | 0 | 1100 | 11111101 | 110111 | 1001001 |
Color Harmonies of #A594E0
Complementary color
Monochromatic Colors of #A594E0
Black with #A594E0
Text Example
Text Example
White with #A594E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A594E0; }
p { color: rgb(165,148,224); }
H1.HeaderClassName
{
color: #A594E0;
}
.AnyTagClassName
{
color: #A594E0;
}
</style>
background-color css
<style>
a { background-color: #A594E0; }
a { background-color: rgb(165,148,224); }
div.DivClassName
{
background-color: #A594E0;
}
.BgClassName
{
background-color: #A594E0;
}
</style>
border-color css
<style>
span { border-color: #A594E0; }
span { border-color: rgb(165,148,224); }
td.TdClassName
{
border-color: #A594E0;
}
.TagClassName
{
border-color: #A594E0;
}
</style>