Shades of Biloba Flower #A393CA
Tints of Biloba Flower #A393CA
RGB
CMYK
RGB Variations
Color information
#A393CA (or 0xA393CA) is known color: Biloba Flower. HEX triplet: A3, 93 and CA. RGB value is (163,147,202). Sum of RGB (Red+Green+Blue) = 163+147+202=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #A393CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393CA is #5C6C35. Grayscale: #9D9D9D. Windows color (decimal): -6057014 or 13276067. OLE color: 13276067.
HSL color Cylindrical-coordinate representation of color #A393CA: hue angle of 257.45º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A393CA is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 147 | 202 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.21 |
| HSL | 257.45º | 0.34% | 0.68% | - |
| HSV(B) | 257.45º | 0.27% | 0.79% | - |
| XYZ | 36.2 | 32.92 | 60.32 | - |
| YUV | 158.05 | 152.8 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 202 | 0.19 | 0.27 | 0 | 0.21 | 257.45 | 0.34 | 0.68 |
| Hex | A3 | 93 | CA | 13 | 1B | 0 | 15 | 101 | 22 | 44 |
| Octal | 243 | 223 | 312 | 23 | 33 | 0 | 25 | 401 | 42 | 104 |
| Binary | 10100011 | 10010011 | 11001010 | 10011 | 11011 | 0 | 10101 | 100000001 | 100010 | 1000100 |
Color Harmonies of #A393CA
Complementary color
Monochromatic Colors of #A393CA
Black with #A393CA
Text Example
Text Example
White with #A393CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A393CA; }
p { color: rgb(163,147,202); }
H1.HeaderClassName
{
color: #A393CA;
}
.AnyTagClassName
{
color: #A393CA;
}
</style>
background-color css
<style>
a { background-color: #A393CA; }
a { background-color: rgb(163,147,202); }
div.DivClassName
{
background-color: #A393CA;
}
.BgClassName
{
background-color: #A393CA;
}
</style>
border-color css
<style>
span { border-color: #A393CA; }
span { border-color: rgb(163,147,202); }
td.TdClassName
{
border-color: #A393CA;
}
.TagClassName
{
border-color: #A393CA;
}
</style>