Shades of Biloba Flower #A392E6
Tints of Biloba Flower #A392E6
RGB
CMYK
RGB Variations
Color information
#A392E6 (or 0xA392E6) is known color: Biloba Flower. HEX triplet: A3, 92 and E6. RGB value is (163,146,230). Sum of RGB (Red+Green+Blue) = 163+146+230=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #A392E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A392E6 is #5C6D19. Grayscale: #A0A0A0. Windows color (decimal): -6057242 or 15110819. OLE color: 15110819.
HSL color Cylindrical-coordinate representation of color #A392E6: hue angle of 252.14º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A392E6 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 146 | 230 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.10 |
| HSL | 252.14º | 0.63% | 0.74% | - |
| HSV(B) | 252.14º | 0.37% | 0.9% | - |
| XYZ | 39.67 | 34.06 | 79.35 | - |
| YUV | 160.66 | 167.13 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 230 | 0.29 | 0.37 | 0 | 0.10 | 252.14 | 0.63 | 0.74 |
| Hex | A3 | 92 | E6 | 1D | 25 | 0 | A | FC | 3F | 4A |
| Octal | 243 | 222 | 346 | 35 | 45 | 0 | 12 | 374 | 77 | 112 |
| Binary | 10100011 | 10010010 | 11100110 | 11101 | 100101 | 0 | 1010 | 11111100 | 111111 | 1001010 |
Color Harmonies of #A392E6
Complementary color
Monochromatic Colors of #A392E6
Black with #A392E6
Text Example
Text Example
White with #A392E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A392E6; }
p { color: rgb(163,146,230); }
H1.HeaderClassName
{
color: #A392E6;
}
.AnyTagClassName
{
color: #A392E6;
}
</style>
background-color css
<style>
a { background-color: #A392E6; }
a { background-color: rgb(163,146,230); }
div.DivClassName
{
background-color: #A392E6;
}
.BgClassName
{
background-color: #A392E6;
}
</style>
border-color css
<style>
span { border-color: #A392E6; }
span { border-color: rgb(163,146,230); }
td.TdClassName
{
border-color: #A392E6;
}
.TagClassName
{
border-color: #A392E6;
}
</style>