Shades of Biloba Flower #A592DD
Tints of Biloba Flower #A592DD
RGB
CMYK
RGB Variations
Color information
#A592DD (or 0xA592DD) is known color: Biloba Flower. HEX triplet: A5, 92 and DD. RGB value is (165,146,221). Sum of RGB (Red+Green+Blue) = 165+146+221=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #A592DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592DD is #5A6D22. Grayscale: #9F9F9F. Windows color (decimal): -5926179 or 14520997. OLE color: 14520997.
HSL color Cylindrical-coordinate representation of color #A592DD: hue angle of 255.2º degrees, saturation: 0.52, 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 #A592DD is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 146 | 221 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.13 |
| HSL | 255.2º | 0.52% | 0.72% | - |
| HSV(B) | 255.2º | 0.34% | 0.87% | - |
| XYZ | 38.85 | 33.78 | 72.88 | - |
| YUV | 160.23 | 162.29 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 221 | 0.25 | 0.34 | 0 | 0.13 | 255.2 | 0.52 | 0.72 |
| Hex | A5 | 92 | DD | 19 | 22 | 0 | D | FF | 34 | 48 |
| Octal | 245 | 222 | 335 | 31 | 42 | 0 | 15 | 377 | 64 | 110 |
| Binary | 10100101 | 10010010 | 11011101 | 11001 | 100010 | 0 | 1101 | 11111111 | 110100 | 1001000 |
Color Harmonies of #A592DD
Complementary color
Monochromatic Colors of #A592DD
Black with #A592DD
Text Example
Text Example
White with #A592DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A592DD; }
p { color: rgb(165,146,221); }
H1.HeaderClassName
{
color: #A592DD;
}
.AnyTagClassName
{
color: #A592DD;
}
</style>
background-color css
<style>
a { background-color: #A592DD; }
a { background-color: rgb(165,146,221); }
div.DivClassName
{
background-color: #A592DD;
}
.BgClassName
{
background-color: #A592DD;
}
</style>
border-color css
<style>
span { border-color: #A592DD; }
span { border-color: rgb(165,146,221); }
td.TdClassName
{
border-color: #A592DD;
}
.TagClassName
{
border-color: #A592DD;
}
</style>