Shades of Biloba Flower #A292DA
Tints of Biloba Flower #A292DA
RGB
CMYK
RGB Variations
Color information
#A292DA (or 0xA292DA) is known color: Biloba Flower. HEX triplet: A2, 92 and DA. RGB value is (162,146,218). Sum of RGB (Red+Green+Blue) = 162+146+218=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #A292DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A292DA is #5D6D25. Grayscale: #9E9E9E. Windows color (decimal): -6122790 or 14324386. OLE color: 14324386.
HSL color Cylindrical-coordinate representation of color #A292DA: hue angle of 253.33º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A292DA is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 146 | 218 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.15 |
| HSL | 253.33º | 0.49% | 0.71% | - |
| HSV(B) | 253.33º | 0.33% | 0.85% | - |
| XYZ | 37.83 | 33.3 | 70.76 | - |
| YUV | 158.99 | 161.3 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 218 | 0.26 | 0.33 | 0 | 0.15 | 253.33 | 0.49 | 0.71 |
| Hex | A2 | 92 | DA | 1A | 21 | 0 | F | FD | 31 | 47 |
| Octal | 242 | 222 | 332 | 32 | 41 | 0 | 17 | 375 | 61 | 107 |
| Binary | 10100010 | 10010010 | 11011010 | 11010 | 100001 | 0 | 1111 | 11111101 | 110001 | 1000111 |
Color Harmonies of #A292DA
Complementary color
Monochromatic Colors of #A292DA
Black with #A292DA
Text Example
Text Example
White with #A292DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A292DA; }
p { color: rgb(162,146,218); }
H1.HeaderClassName
{
color: #A292DA;
}
.AnyTagClassName
{
color: #A292DA;
}
</style>
background-color css
<style>
a { background-color: #A292DA; }
a { background-color: rgb(162,146,218); }
div.DivClassName
{
background-color: #A292DA;
}
.BgClassName
{
background-color: #A292DA;
}
</style>
border-color css
<style>
span { border-color: #A292DA; }
span { border-color: rgb(162,146,218); }
td.TdClassName
{
border-color: #A292DA;
}
.TagClassName
{
border-color: #A292DA;
}
</style>