Shades of Biloba Flower #A794CB
Tints of Biloba Flower #A794CB
RGB
CMYK
RGB Variations
Color information
#A794CB (or 0xA794CB) is known color: Biloba Flower. HEX triplet: A7, 94 and CB. RGB value is (167,148,203). Sum of RGB (Red+Green+Blue) = 167+148+203=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #A794CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A794CB is #586B34. Grayscale: #9F9F9F. Windows color (decimal): -5794613 or 13341863. OLE color: 13341863.
HSL color Cylindrical-coordinate representation of color #A794CB: hue angle of 260.73º 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 #A794CB is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 148 | 203 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.20 |
| HSL | 260.73º | 0.35% | 0.69% | - |
| HSV(B) | 260.73º | 0.27% | 0.8% | - |
| XYZ | 37.31 | 33.71 | 61.04 | - |
| YUV | 159.95 | 152.29 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 148 | 203 | 0.18 | 0.27 | 0 | 0.20 | 260.73 | 0.35 | 0.69 |
| Hex | A7 | 94 | CB | 12 | 1B | 0 | 14 | 105 | 23 | 45 |
| Octal | 247 | 224 | 313 | 22 | 33 | 0 | 24 | 405 | 43 | 105 |
| Binary | 10100111 | 10010100 | 11001011 | 10010 | 11011 | 0 | 10100 | 100000101 | 100011 | 1000101 |
Color Harmonies of #A794CB
Complementary color
Monochromatic Colors of #A794CB
Black with #A794CB
Text Example
Text Example
White with #A794CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A794CB; }
p { color: rgb(167,148,203); }
H1.HeaderClassName
{
color: #A794CB;
}
.AnyTagClassName
{
color: #A794CB;
}
</style>
background-color css
<style>
a { background-color: #A794CB; }
a { background-color: rgb(167,148,203); }
div.DivClassName
{
background-color: #A794CB;
}
.BgClassName
{
background-color: #A794CB;
}
</style>
border-color css
<style>
span { border-color: #A794CB; }
span { border-color: rgb(167,148,203); }
td.TdClassName
{
border-color: #A794CB;
}
.TagClassName
{
border-color: #A794CB;
}
</style>