Shades of Biloba Flower #A592D8
Tints of Biloba Flower #A592D8
RGB
CMYK
RGB Variations
Color information
#A592D8 (or 0xA592D8) is known color: Biloba Flower. HEX triplet: A5, 92 and D8. RGB value is (165,146,216). Sum of RGB (Red+Green+Blue) = 165+146+216=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 216 - color contains mainly: blue. Hex color #A592D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592D8 is #5A6D27. Grayscale: #9F9F9F. Windows color (decimal): -5926184 or 14193317. OLE color: 14193317.
HSL color Cylindrical-coordinate representation of color #A592D8: hue angle of 256.29º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A592D8 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 146 | 216 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.15 |
| HSL | 256.29º | 0.47% | 0.71% | - |
| HSV(B) | 256.29º | 0.32% | 0.85% | - |
| XYZ | 38.19 | 33.51 | 69.42 | - |
| YUV | 159.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 216 | 0.24 | 0.32 | 0 | 0.15 | 256.29 | 0.47 | 0.71 |
| Hex | A5 | 92 | D8 | 18 | 20 | 0 | F | 100 | 2F | 47 |
| Octal | 245 | 222 | 330 | 30 | 40 | 0 | 17 | 400 | 57 | 107 |
| Binary | 10100101 | 10010010 | 11011000 | 11000 | 100000 | 0 | 1111 | 100000000 | 101111 | 1000111 |
Color Harmonies of #A592D8
Complementary color
Monochromatic Colors of #A592D8
Black with #A592D8
Text Example
Text Example
White with #A592D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A592D8; }
p { color: rgb(165,146,216); }
H1.HeaderClassName
{
color: #A592D8;
}
.AnyTagClassName
{
color: #A592D8;
}
</style>
background-color css
<style>
a { background-color: #A592D8; }
a { background-color: rgb(165,146,216); }
div.DivClassName
{
background-color: #A592D8;
}
.BgClassName
{
background-color: #A592D8;
}
</style>
border-color css
<style>
span { border-color: #A592D8; }
span { border-color: rgb(165,146,216); }
td.TdClassName
{
border-color: #A592D8;
}
.TagClassName
{
border-color: #A592D8;
}
</style>