Shades of Biloba Flower #A492CE
Tints of Biloba Flower #A492CE
RGB
CMYK
RGB Variations
Color information
#A492CE (or 0xA492CE) is known color: Biloba Flower. HEX triplet: A4, 92 and CE. RGB value is (164,146,206). Sum of RGB (Red+Green+Blue) = 164+146+206=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #A492CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A492CE is #5B6D31. Grayscale: #9E9E9E. Windows color (decimal): -5991730 or 13537956. OLE color: 13537956.
HSL color Cylindrical-coordinate representation of color #A492CE: hue angle of 258º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A492CE is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 146 | 206 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.19 |
| HSL | 258º | 0.38% | 0.69% | - |
| HSV(B) | 258º | 0.29% | 0.81% | - |
| XYZ | 36.73 | 32.91 | 62.81 | - |
| YUV | 158.22 | 154.96 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 206 | 0.20 | 0.29 | 0 | 0.19 | 258 | 0.38 | 0.69 |
| Hex | A4 | 92 | CE | 14 | 1D | 0 | 13 | 102 | 26 | 45 |
| Octal | 244 | 222 | 316 | 24 | 35 | 0 | 23 | 402 | 46 | 105 |
| Binary | 10100100 | 10010010 | 11001110 | 10100 | 11101 | 0 | 10011 | 100000010 | 100110 | 1000101 |
Color Harmonies of #A492CE
Complementary color
Monochromatic Colors of #A492CE
Black with #A492CE
Text Example
Text Example
White with #A492CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A492CE; }
p { color: rgb(164,146,206); }
H1.HeaderClassName
{
color: #A492CE;
}
.AnyTagClassName
{
color: #A492CE;
}
</style>
background-color css
<style>
a { background-color: #A492CE; }
a { background-color: rgb(164,146,206); }
div.DivClassName
{
background-color: #A492CE;
}
.BgClassName
{
background-color: #A492CE;
}
</style>
border-color css
<style>
span { border-color: #A492CE; }
span { border-color: rgb(164,146,206); }
td.TdClassName
{
border-color: #A492CE;
}
.TagClassName
{
border-color: #A492CE;
}
</style>