Shades of Biloba Flower #A392D2
Tints of Biloba Flower #A392D2
RGB
CMYK
RGB Variations
Color information
#A392D2 (or 0xA392D2) is known color: Biloba Flower. HEX triplet: A3, 92 and D2. RGB value is (163,146,210). Sum of RGB (Red+Green+Blue) = 163+146+210=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 210 - color contains mainly: blue. Hex color #A392D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392D2 is #5C6D2D. Grayscale: #9E9E9E. Windows color (decimal): -6057262 or 13800099. OLE color: 13800099.
HSL color Cylindrical-coordinate representation of color #A392D2: hue angle of 255.94º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A392D2 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 146 | 210 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.18 |
| HSL | 255.94º | 0.42% | 0.7% | - |
| HSV(B) | 255.94º | 0.3% | 0.82% | - |
| XYZ | 37.02 | 33 | 65.39 | - |
| YUV | 158.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 210 | 0.22 | 0.30 | 0 | 0.18 | 255.94 | 0.42 | 0.7 |
| Hex | A3 | 92 | D2 | 16 | 1E | 0 | 12 | 100 | 2A | 46 |
| Octal | 243 | 222 | 322 | 26 | 36 | 0 | 22 | 400 | 52 | 106 |
| Binary | 10100011 | 10010010 | 11010010 | 10110 | 11110 | 0 | 10010 | 100000000 | 101010 | 1000110 |
Color Harmonies of #A392D2
Complementary color
Monochromatic Colors of #A392D2
Black with #A392D2
Text Example
Text Example
White with #A392D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A392D2; }
p { color: rgb(163,146,210); }
H1.HeaderClassName
{
color: #A392D2;
}
.AnyTagClassName
{
color: #A392D2;
}
</style>
background-color css
<style>
a { background-color: #A392D2; }
a { background-color: rgb(163,146,210); }
div.DivClassName
{
background-color: #A392D2;
}
.BgClassName
{
background-color: #A392D2;
}
</style>
border-color css
<style>
span { border-color: #A392D2; }
span { border-color: rgb(163,146,210); }
td.TdClassName
{
border-color: #A392D2;
}
.TagClassName
{
border-color: #A392D2;
}
</style>