Shades of Biloba Flower #A392E0
Tints of Biloba Flower #A392E0
RGB
CMYK
RGB Variations
Color information
#A392E0 (or 0xA392E0) is known color: Biloba Flower. HEX triplet: A3, 92 and E0. RGB value is (163,146,224). Sum of RGB (Red+Green+Blue) = 163+146+224=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #A392E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392E0 is #5C6D1F. Grayscale: #9F9F9F. Windows color (decimal): -6057248 or 14717603. OLE color: 14717603.
HSL color Cylindrical-coordinate representation of color #A392E0: hue angle of 253.08º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A392E0 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 146 | 224 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.12 |
| HSL | 253.08º | 0.56% | 0.73% | - |
| HSV(B) | 253.08º | 0.35% | 0.88% | - |
| XYZ | 38.84 | 33.73 | 74.98 | - |
| YUV | 159.98 | 164.13 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 224 | 0.27 | 0.35 | 0 | 0.12 | 253.08 | 0.56 | 0.73 |
| Hex | A3 | 92 | E0 | 1B | 23 | 0 | C | FD | 38 | 49 |
| Octal | 243 | 222 | 340 | 33 | 43 | 0 | 14 | 375 | 70 | 111 |
| Binary | 10100011 | 10010010 | 11100000 | 11011 | 100011 | 0 | 1100 | 11111101 | 111000 | 1001001 |
Color Harmonies of #A392E0
Complementary color
Monochromatic Colors of #A392E0
Black with #A392E0
Text Example
Text Example
White with #A392E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A392E0; }
p { color: rgb(163,146,224); }
H1.HeaderClassName
{
color: #A392E0;
}
.AnyTagClassName
{
color: #A392E0;
}
</style>
background-color css
<style>
a { background-color: #A392E0; }
a { background-color: rgb(163,146,224); }
div.DivClassName
{
background-color: #A392E0;
}
.BgClassName
{
background-color: #A392E0;
}
</style>
border-color css
<style>
span { border-color: #A392E0; }
span { border-color: rgb(163,146,224); }
td.TdClassName
{
border-color: #A392E0;
}
.TagClassName
{
border-color: #A392E0;
}
</style>