Shades of Biloba Flower #A292DD
Tints of Biloba Flower #A292DD
RGB
CMYK
RGB Variations
Color information
#A292DD (or 0xA292DD) is known color: Biloba Flower. HEX triplet: A2, 92 and DD. RGB value is (162,146,221). Sum of RGB (Red+Green+Blue) = 162+146+221=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #A292DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A292DD is #5D6D22. Grayscale: #9F9F9F. Windows color (decimal): -6122787 or 14520994. OLE color: 14520994.
HSL color Cylindrical-coordinate representation of color #A292DD: hue angle of 252.8º 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 #A292DD is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 146 | 221 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.13 |
| HSL | 252.8º | 0.52% | 0.72% | - |
| HSV(B) | 252.8º | 0.34% | 0.87% | - |
| XYZ | 38.23 | 33.46 | 72.85 | - |
| YUV | 159.33 | 162.8 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 221 | 0.27 | 0.34 | 0 | 0.13 | 252.8 | 0.52 | 0.72 |
| Hex | A2 | 92 | DD | 1B | 22 | 0 | D | FD | 34 | 48 |
| Octal | 242 | 222 | 335 | 33 | 42 | 0 | 15 | 375 | 64 | 110 |
| Binary | 10100010 | 10010010 | 11011101 | 11011 | 100010 | 0 | 1101 | 11111101 | 110100 | 1001000 |
Color Harmonies of #A292DD
Complementary color
Monochromatic Colors of #A292DD
Black with #A292DD
Text Example
Text Example
White with #A292DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A292DD; }
p { color: rgb(162,146,221); }
H1.HeaderClassName
{
color: #A292DD;
}
.AnyTagClassName
{
color: #A292DD;
}
</style>
background-color css
<style>
a { background-color: #A292DD; }
a { background-color: rgb(162,146,221); }
div.DivClassName
{
background-color: #A292DD;
}
.BgClassName
{
background-color: #A292DD;
}
</style>
border-color css
<style>
span { border-color: #A292DD; }
span { border-color: rgb(162,146,221); }
td.TdClassName
{
border-color: #A292DD;
}
.TagClassName
{
border-color: #A292DD;
}
</style>