Shades of Biloba Flower #A692D5
Tints of Biloba Flower #A692D5
RGB
CMYK
RGB Variations
Color information
#A692D5 (or 0xA692D5) is known color: Biloba Flower. HEX triplet: A6, 92 and D5. RGB value is (166,146,213). Sum of RGB (Red+Green+Blue) = 166+146+213=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #A692D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A692D5 is #596D2A. Grayscale: #9F9F9F. Windows color (decimal): -5860651 or 13996710. OLE color: 13996710.
HSL color Cylindrical-coordinate representation of color #A692D5: hue angle of 257.91º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A692D5 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 146 | 213 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.16 |
| HSL | 257.91º | 0.44% | 0.7% | - |
| HSV(B) | 257.91º | 0.31% | 0.84% | - |
| XYZ | 38.02 | 33.47 | 67.41 | - |
| YUV | 159.62 | 158.13 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 213 | 0.22 | 0.31 | 0 | 0.16 | 257.91 | 0.44 | 0.7 |
| Hex | A6 | 92 | D5 | 16 | 1F | 0 | 10 | 102 | 2C | 46 |
| Octal | 246 | 222 | 325 | 26 | 37 | 0 | 20 | 402 | 54 | 106 |
| Binary | 10100110 | 10010010 | 11010101 | 10110 | 11111 | 0 | 10000 | 100000010 | 101100 | 1000110 |
Color Harmonies of #A692D5
Complementary color
Monochromatic Colors of #A692D5
Black with #A692D5
Text Example
Text Example
White with #A692D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A692D5; }
p { color: rgb(166,146,213); }
H1.HeaderClassName
{
color: #A692D5;
}
.AnyTagClassName
{
color: #A692D5;
}
</style>
background-color css
<style>
a { background-color: #A692D5; }
a { background-color: rgb(166,146,213); }
div.DivClassName
{
background-color: #A692D5;
}
.BgClassName
{
background-color: #A692D5;
}
</style>
border-color css
<style>
span { border-color: #A692D5; }
span { border-color: rgb(166,146,213); }
td.TdClassName
{
border-color: #A692D5;
}
.TagClassName
{
border-color: #A692D5;
}
</style>