Shades of Biloba Flower #A494CA
Tints of Biloba Flower #A494CA
RGB
CMYK
RGB Variations
Color information
#A494CA (or 0xA494CA) is known color: Biloba Flower. HEX triplet: A4, 94 and CA. RGB value is (164,148,202). Sum of RGB (Red+Green+Blue) = 164+148+202=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #A494CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494CA is #5B6B35. Grayscale: #9E9E9E. Windows color (decimal): -5991222 or 13276324. OLE color: 13276324.
HSL color Cylindrical-coordinate representation of color #A494CA: hue angle of 257.78º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A494CA is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 148 | 202 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.21 |
| HSL | 257.78º | 0.34% | 0.69% | - |
| HSV(B) | 257.78º | 0.27% | 0.79% | - |
| XYZ | 36.56 | 33.34 | 60.38 | - |
| YUV | 158.94 | 152.3 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 202 | 0.19 | 0.27 | 0 | 0.21 | 257.78 | 0.34 | 0.69 |
| Hex | A4 | 94 | CA | 13 | 1B | 0 | 15 | 102 | 22 | 45 |
| Octal | 244 | 224 | 312 | 23 | 33 | 0 | 25 | 402 | 42 | 105 |
| Binary | 10100100 | 10010100 | 11001010 | 10011 | 11011 | 0 | 10101 | 100000010 | 100010 | 1000101 |
Color Harmonies of #A494CA
Complementary color
Monochromatic Colors of #A494CA
Black with #A494CA
Text Example
Text Example
White with #A494CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A494CA; }
p { color: rgb(164,148,202); }
H1.HeaderClassName
{
color: #A494CA;
}
.AnyTagClassName
{
color: #A494CA;
}
</style>
background-color css
<style>
a { background-color: #A494CA; }
a { background-color: rgb(164,148,202); }
div.DivClassName
{
background-color: #A494CA;
}
.BgClassName
{
background-color: #A494CA;
}
</style>
border-color css
<style>
span { border-color: #A494CA; }
span { border-color: rgb(164,148,202); }
td.TdClassName
{
border-color: #A494CA;
}
.TagClassName
{
border-color: #A494CA;
}
</style>