Shades of Biloba Flower #A494CB
Tints of Biloba Flower #A494CB
RGB
CMYK
RGB Variations
Color information
#A494CB (or 0xA494CB) is known color: Biloba Flower. HEX triplet: A4, 94 and CB. RGB value is (164,148,203). Sum of RGB (Red+Green+Blue) = 164+148+203=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #A494CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494CB is #5B6B34. Grayscale: #9E9E9E. Windows color (decimal): -5991221 or 13341860. OLE color: 13341860.
HSL color Cylindrical-coordinate representation of color #A494CB: hue angle of 257.45º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A494CB is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 148 | 203 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.20 |
| HSL | 257.45º | 0.35% | 0.69% | - |
| HSV(B) | 257.45º | 0.27% | 0.8% | - |
| XYZ | 36.68 | 33.38 | 61.01 | - |
| YUV | 159.05 | 152.8 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 203 | 0.19 | 0.27 | 0 | 0.20 | 257.45 | 0.35 | 0.69 |
| Hex | A4 | 94 | CB | 13 | 1B | 0 | 14 | 101 | 23 | 45 |
| Octal | 244 | 224 | 313 | 23 | 33 | 0 | 24 | 401 | 43 | 105 |
| Binary | 10100100 | 10010100 | 11001011 | 10011 | 11011 | 0 | 10100 | 100000001 | 100011 | 1000101 |
Color Harmonies of #A494CB
Complementary color
Monochromatic Colors of #A494CB
Black with #A494CB
Text Example
Text Example
White with #A494CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A494CB; }
p { color: rgb(164,148,203); }
H1.HeaderClassName
{
color: #A494CB;
}
.AnyTagClassName
{
color: #A494CB;
}
</style>
background-color css
<style>
a { background-color: #A494CB; }
a { background-color: rgb(164,148,203); }
div.DivClassName
{
background-color: #A494CB;
}
.BgClassName
{
background-color: #A494CB;
}
</style>
border-color css
<style>
span { border-color: #A494CB; }
span { border-color: rgb(164,148,203); }
td.TdClassName
{
border-color: #A494CB;
}
.TagClassName
{
border-color: #A494CB;
}
</style>