Shades of Biloba Flower #A590E5
Tints of Biloba Flower #A590E5
RGB
CMYK
RGB Variations
Color information
#A590E5 (or 0xA590E5) is known color: Biloba Flower. HEX triplet: A5, 90 and E5. RGB value is (165,144,229). Sum of RGB (Red+Green+Blue) = 165+144+229=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #A590E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A590E5 is #5A6F1A. Grayscale: #9F9F9F. Windows color (decimal): -5926683 or 15044773. OLE color: 15044773.
HSL color Cylindrical-coordinate representation of color #A590E5: hue angle of 254.82º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A590E5 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 165 | 144 | 229 | - |
CMYK | 0.28 | 0.37 | 0 | 0.10 |
HSL | 254.82º | 0.62% | 0.73% | - |
HSV(B) | 254.82º | 0.37% | 0.9% | - |
XYZ | 39.63 | 33.6 | 78.53 | - |
YUV | 159.97 | 166.96 | 131.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 165 | 144 | 229 | 0.28 | 0.37 | 0 | 0.10 | 254.82 | 0.62 | 0.73 |
Hex | A5 | 90 | E5 | 1C | 25 | 0 | A | FF | 3E | 49 |
Octal | 245 | 220 | 345 | 34 | 45 | 0 | 12 | 377 | 76 | 111 |
Binary | 10100101 | 10010000 | 11100101 | 11100 | 100101 | 0 | 1010 | 11111111 | 111110 | 1001001 |
Color Harmonies of #A590E5
Complementary color
Monochromatic Colors of #A590E5
Black with #A590E5
Text Example
Text Example
White with #A590E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A590E5; }
p { color: rgb(165,144,229); }
H1.HeaderClassName
{
color: #A590E5;
}
.AnyTagClassName
{
color: #A590E5;
}
</style>
background-color css
<style>
a { background-color: #A590E5; }
a { background-color: rgb(165,144,229); }
div.DivClassName
{
background-color: #A590E5;
}
.BgClassName
{
background-color: #A590E5;
}
</style>
border-color css
<style>
span { border-color: #A590E5; }
span { border-color: rgb(165,144,229); }
td.TdClassName
{
border-color: #A590E5;
}
.TagClassName
{
border-color: #A590E5;
}
</style>