Shades of Biloba Flower #A393F2
Tints of Biloba Flower #A393F2
RGB
CMYK
RGB Variations
Color information
#A393F2 (or 0xA393F2) is known color: Biloba Flower. HEX triplet: A3, 93 and F2. RGB value is (163,147,242). Sum of RGB (Red+Green+Blue) = 163+147+242=552 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.53% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #A393F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393F2 is #5C6C0D. Grayscale: #A2A2A2. Windows color (decimal): -6056974 or 15897507. OLE color: 15897507.
HSL color Cylindrical-coordinate representation of color #A393F2: hue angle of 250.11º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A393F2 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 147 | 242 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.05 |
| HSL | 250.11º | 0.79% | 0.76% | - |
| HSV(B) | 250.11º | 0.39% | 0.95% | - |
| XYZ | 41.56 | 35.06 | 88.58 | - |
| YUV | 162.61 | 172.8 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 242 | 0.33 | 0.39 | 0 | 0.05 | 250.11 | 0.79 | 0.76 |
| Hex | A3 | 93 | F2 | 21 | 27 | 0 | 5 | FA | 4F | 4C |
| Octal | 243 | 223 | 362 | 41 | 47 | 0 | 5 | 372 | 117 | 114 |
| Binary | 10100011 | 10010011 | 11110010 | 100001 | 100111 | 0 | 101 | 11111010 | 1001111 | 1001100 |
Color Harmonies of #A393F2
Complementary color
Monochromatic Colors of #A393F2
Black with #A393F2
Text Example
Text Example
White with #A393F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A393F2; }
p { color: rgb(163,147,242); }
H1.HeaderClassName
{
color: #A393F2;
}
.AnyTagClassName
{
color: #A393F2;
}
</style>
background-color css
<style>
a { background-color: #A393F2; }
a { background-color: rgb(163,147,242); }
div.DivClassName
{
background-color: #A393F2;
}
.BgClassName
{
background-color: #A393F2;
}
</style>
border-color css
<style>
span { border-color: #A393F2; }
span { border-color: rgb(163,147,242); }
td.TdClassName
{
border-color: #A393F2;
}
.TagClassName
{
border-color: #A393F2;
}
</style>