Shades of Biloba Flower #A392F2
Tints of Biloba Flower #A392F2
RGB
CMYK
RGB Variations
Color information
#A392F2 (or 0xA392F2) is known color: Biloba Flower. HEX triplet: A3, 92 and F2. RGB value is (163,146,242). Sum of RGB (Red+Green+Blue) = 163+146+242=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #A392F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A392F2 is #5C6D0D. Grayscale: #A1A1A1. Windows color (decimal): -6057230 or 15897251. OLE color: 15897251.
HSL color Cylindrical-coordinate representation of color #A392F2: hue angle of 250.63º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A392F2 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 146 | 242 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.05 |
| HSL | 250.63º | 0.79% | 0.76% | - |
| HSV(B) | 250.63º | 0.4% | 0.95% | - |
| XYZ | 41.41 | 34.76 | 88.53 | - |
| YUV | 162.03 | 173.13 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 242 | 0.33 | 0.40 | 0 | 0.05 | 250.63 | 0.79 | 0.76 |
| Hex | A3 | 92 | F2 | 21 | 28 | 0 | 5 | FB | 4F | 4C |
| Octal | 243 | 222 | 362 | 41 | 50 | 0 | 5 | 373 | 117 | 114 |
| Binary | 10100011 | 10010010 | 11110010 | 100001 | 101000 | 0 | 101 | 11111011 | 1001111 | 1001100 |
Color Harmonies of #A392F2
Complementary color
Monochromatic Colors of #A392F2
Black with #A392F2
Text Example
Text Example
White with #A392F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A392F2; }
p { color: rgb(163,146,242); }
H1.HeaderClassName
{
color: #A392F2;
}
.AnyTagClassName
{
color: #A392F2;
}
</style>
background-color css
<style>
a { background-color: #A392F2; }
a { background-color: rgb(163,146,242); }
div.DivClassName
{
background-color: #A392F2;
}
.BgClassName
{
background-color: #A392F2;
}
</style>
border-color css
<style>
span { border-color: #A392F2; }
span { border-color: rgb(163,146,242); }
td.TdClassName
{
border-color: #A392F2;
}
.TagClassName
{
border-color: #A392F2;
}
</style>