Shades of Biloba Flower #A192CE
Tints of Biloba Flower #A192CE
RGB
CMYK
RGB Variations
Color information
#A192CE (or 0xA192CE) is known color: Biloba Flower. HEX triplet: A1, 92 and CE. RGB value is (161,146,206). Sum of RGB (Red+Green+Blue) = 161+146+206=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #A192CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A192CE is #5E6D31. Grayscale: #9D9D9D. Windows color (decimal): -6188338 or 13537953. OLE color: 13537953.
HSL color Cylindrical-coordinate representation of color #A192CE: hue angle of 255º 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 #A192CE is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 146 | 206 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.19 |
| HSL | 255º | 0.38% | 0.69% | - |
| HSV(B) | 255º | 0.29% | 0.81% | - |
| XYZ | 36.12 | 32.59 | 62.78 | - |
| YUV | 157.33 | 155.47 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 206 | 0.22 | 0.29 | 0 | 0.19 | 255 | 0.38 | 0.69 |
| Hex | A1 | 92 | CE | 16 | 1D | 0 | 13 | FF | 26 | 45 |
| Octal | 241 | 222 | 316 | 26 | 35 | 0 | 23 | 377 | 46 | 105 |
| Binary | 10100001 | 10010010 | 11001110 | 10110 | 11101 | 0 | 10011 | 11111111 | 100110 | 1000101 |
Color Harmonies of #A192CE
Complementary color
Monochromatic Colors of #A192CE
Black with #A192CE
Text Example
Text Example
White with #A192CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A192CE; }
p { color: rgb(161,146,206); }
H1.HeaderClassName
{
color: #A192CE;
}
.AnyTagClassName
{
color: #A192CE;
}
</style>
background-color css
<style>
a { background-color: #A192CE; }
a { background-color: rgb(161,146,206); }
div.DivClassName
{
background-color: #A192CE;
}
.BgClassName
{
background-color: #A192CE;
}
</style>
border-color css
<style>
span { border-color: #A192CE; }
span { border-color: rgb(161,146,206); }
td.TdClassName
{
border-color: #A192CE;
}
.TagClassName
{
border-color: #A192CE;
}
</style>