Shades of Biloba Flower #A592DE
Tints of Biloba Flower #A592DE
RGB
CMYK
RGB Variations
Color information
#A592DE (or 0xA592DE) is known color: Biloba Flower. HEX triplet: A5, 92 and DE. RGB value is (165,146,222). Sum of RGB (Red+Green+Blue) = 165+146+222=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #A592DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592DE is #5A6D21. Grayscale: #A0A0A0. Windows color (decimal): -5926178 or 14586533. OLE color: 14586533.
HSL color Cylindrical-coordinate representation of color #A592DE: hue angle of 255º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A592DE is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 146 | 222 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.13 |
| HSL | 255º | 0.54% | 0.72% | - |
| HSV(B) | 255º | 0.34% | 0.87% | - |
| XYZ | 38.98 | 33.83 | 73.58 | - |
| YUV | 160.35 | 162.79 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 222 | 0.26 | 0.34 | 0 | 0.13 | 255 | 0.54 | 0.72 |
| Hex | A5 | 92 | DE | 1A | 22 | 0 | D | FF | 36 | 48 |
| Octal | 245 | 222 | 336 | 32 | 42 | 0 | 15 | 377 | 66 | 110 |
| Binary | 10100101 | 10010010 | 11011110 | 11010 | 100010 | 0 | 1101 | 11111111 | 110110 | 1001000 |
Color Harmonies of #A592DE
Complementary color
Monochromatic Colors of #A592DE
Black with #A592DE
Text Example
Text Example
White with #A592DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A592DE; }
p { color: rgb(165,146,222); }
H1.HeaderClassName
{
color: #A592DE;
}
.AnyTagClassName
{
color: #A592DE;
}
</style>
background-color css
<style>
a { background-color: #A592DE; }
a { background-color: rgb(165,146,222); }
div.DivClassName
{
background-color: #A592DE;
}
.BgClassName
{
background-color: #A592DE;
}
</style>
border-color css
<style>
span { border-color: #A592DE; }
span { border-color: rgb(165,146,222); }
td.TdClassName
{
border-color: #A592DE;
}
.TagClassName
{
border-color: #A592DE;
}
</style>