Shades of Biloba Flower #A799C3
Tints of Biloba Flower #A799C3
RGB
CMYK
RGB Variations
Color information
#A799C3 (or 0xA799C3) is known color: Biloba Flower. HEX triplet: A7, 99 and C3. RGB value is (167,153,195). Sum of RGB (Red+Green+Blue) = 167+153+195=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 195 - color contains mainly: blue. Hex color #A799C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799C3 is #58663C. Grayscale: #A1A1A1. Windows color (decimal): -5793341 or 12818855. OLE color: 12818855.
HSL color Cylindrical-coordinate representation of color #A799C3: hue angle of 260º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A799C3 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 153 | 195 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.24 |
| HSL | 260º | 0.26% | 0.68% | - |
| HSV(B) | 260º | 0.22% | 0.76% | - |
| XYZ | 37.18 | 34.94 | 56.41 | - |
| YUV | 161.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 153 | 195 | 0.14 | 0.22 | 0 | 0.24 | 260 | 0.26 | 0.68 |
| Hex | A7 | 99 | C3 | E | 16 | 0 | 18 | 104 | 1A | 44 |
| Octal | 247 | 231 | 303 | 16 | 26 | 0 | 30 | 404 | 32 | 104 |
| Binary | 10100111 | 10011001 | 11000011 | 1110 | 10110 | 0 | 11000 | 100000100 | 11010 | 1000100 |
Color Harmonies of #A799C3
Complementary color
Monochromatic Colors of #A799C3
Black with #A799C3
Text Example
Text Example
White with #A799C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A799C3; }
p { color: rgb(167,153,195); }
H1.HeaderClassName
{
color: #A799C3;
}
.AnyTagClassName
{
color: #A799C3;
}
</style>
background-color css
<style>
a { background-color: #A799C3; }
a { background-color: rgb(167,153,195); }
div.DivClassName
{
background-color: #A799C3;
}
.BgClassName
{
background-color: #A799C3;
}
</style>
border-color css
<style>
span { border-color: #A799C3; }
span { border-color: rgb(167,153,195); }
td.TdClassName
{
border-color: #A799C3;
}
.TagClassName
{
border-color: #A799C3;
}
</style>