Shades of Biloba Flower #A493CF
Tints of Biloba Flower #A493CF
RGB
CMYK
RGB Variations
Color information
#A493CF (or 0xA493CF) is known color: Biloba Flower. HEX triplet: A4, 93 and CF. RGB value is (164,147,207). Sum of RGB (Red+Green+Blue) = 164+147+207=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #A493CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A493CF is #5B6C30. Grayscale: #9E9E9E. Windows color (decimal): -5991473 or 13603748. OLE color: 13603748.
HSL color Cylindrical-coordinate representation of color #A493CF: hue angle of 257º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A493CF is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 147 | 207 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.19 |
| HSL | 257º | 0.38% | 0.69% | - |
| HSV(B) | 257º | 0.29% | 0.81% | - |
| XYZ | 37.01 | 33.26 | 63.5 | - |
| YUV | 158.92 | 155.13 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 207 | 0.21 | 0.29 | 0 | 0.19 | 257 | 0.38 | 0.69 |
| Hex | A4 | 93 | CF | 15 | 1D | 0 | 13 | 101 | 26 | 45 |
| Octal | 244 | 223 | 317 | 25 | 35 | 0 | 23 | 401 | 46 | 105 |
| Binary | 10100100 | 10010011 | 11001111 | 10101 | 11101 | 0 | 10011 | 100000001 | 100110 | 1000101 |
Color Harmonies of #A493CF
Complementary color
Monochromatic Colors of #A493CF
Black with #A493CF
Text Example
Text Example
White with #A493CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A493CF; }
p { color: rgb(164,147,207); }
H1.HeaderClassName
{
color: #A493CF;
}
.AnyTagClassName
{
color: #A493CF;
}
</style>
background-color css
<style>
a { background-color: #A493CF; }
a { background-color: rgb(164,147,207); }
div.DivClassName
{
background-color: #A493CF;
}
.BgClassName
{
background-color: #A493CF;
}
</style>
border-color css
<style>
span { border-color: #A493CF; }
span { border-color: rgb(164,147,207); }
td.TdClassName
{
border-color: #A493CF;
}
.TagClassName
{
border-color: #A493CF;
}
</style>