Shades of Biloba Flower #A592E7
Tints of Biloba Flower #A592E7
RGB
CMYK
RGB Variations
Color information
#A592E7 (or 0xA592E7) is known color: Biloba Flower. HEX triplet: A5, 92 and E7. RGB value is (165,146,231). Sum of RGB (Red+Green+Blue) = 165+146+231=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 231 (90.62% from 255 or 42.62% from 542); Max value from RGB is 231 - color contains mainly: blue. Hex color #A592E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A592E7 is #5A6D18. Grayscale: #A1A1A1. Windows color (decimal): -5926169 or 15176357. OLE color: 15176357.
HSL color Cylindrical-coordinate representation of color #A592E7: hue angle of 253.41º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A592E7 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 146 | 231 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.09 |
| HSL | 253.41º | 0.64% | 0.74% | - |
| HSV(B) | 253.41º | 0.37% | 0.91% | - |
| XYZ | 40.22 | 34.33 | 80.11 | - |
| YUV | 161.37 | 167.29 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 231 | 0.29 | 0.37 | 0 | 0.09 | 253.41 | 0.64 | 0.74 |
| Hex | A5 | 92 | E7 | 1D | 25 | 0 | 9 | FD | 40 | 4A |
| Octal | 245 | 222 | 347 | 35 | 45 | 0 | 11 | 375 | 100 | 112 |
| Binary | 10100101 | 10010010 | 11100111 | 11101 | 100101 | 0 | 1001 | 11111101 | 1000000 | 1001010 |
Color Harmonies of #A592E7
Complementary color
Monochromatic Colors of #A592E7
Black with #A592E7
Text Example
Text Example
White with #A592E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A592E7; }
p { color: rgb(165,146,231); }
H1.HeaderClassName
{
color: #A592E7;
}
.AnyTagClassName
{
color: #A592E7;
}
</style>
background-color css
<style>
a { background-color: #A592E7; }
a { background-color: rgb(165,146,231); }
div.DivClassName
{
background-color: #A592E7;
}
.BgClassName
{
background-color: #A592E7;
}
</style>
border-color css
<style>
span { border-color: #A592E7; }
span { border-color: rgb(165,146,231); }
td.TdClassName
{
border-color: #A592E7;
}
.TagClassName
{
border-color: #A592E7;
}
</style>