Shades of Biloba Flower #A892CB
Tints of Biloba Flower #A892CB
RGB
CMYK
RGB Variations
Color information
#A892CB (or 0xA892CB) is known color: Biloba Flower. HEX triplet: A8, 92 and CB. RGB value is (168,146,203). Sum of RGB (Red+Green+Blue) = 168+146+203=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #A892CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A892CB is #576D34. Grayscale: #9E9E9E. Windows color (decimal): -5729589 or 13341352. OLE color: 13341352.
HSL color Cylindrical-coordinate representation of color #A892CB: hue angle of 263.16º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A892CB is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 146 | 203 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.20 |
| HSL | 263.16º | 0.35% | 0.68% | - |
| HSV(B) | 263.16º | 0.28% | 0.8% | - |
| XYZ | 37.21 | 33.19 | 60.95 | - |
| YUV | 159.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 203 | 0.17 | 0.28 | 0 | 0.20 | 263.16 | 0.35 | 0.68 |
| Hex | A8 | 92 | CB | 11 | 1C | 0 | 14 | 107 | 23 | 44 |
| Octal | 250 | 222 | 313 | 21 | 34 | 0 | 24 | 407 | 43 | 104 |
| Binary | 10101000 | 10010010 | 11001011 | 10001 | 11100 | 0 | 10100 | 100000111 | 100011 | 1000100 |
Color Harmonies of #A892CB
Complementary color
Monochromatic Colors of #A892CB
Black with #A892CB
Text Example
Text Example
White with #A892CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A892CB; }
p { color: rgb(168,146,203); }
H1.HeaderClassName
{
color: #A892CB;
}
.AnyTagClassName
{
color: #A892CB;
}
</style>
background-color css
<style>
a { background-color: #A892CB; }
a { background-color: rgb(168,146,203); }
div.DivClassName
{
background-color: #A892CB;
}
.BgClassName
{
background-color: #A892CB;
}
</style>
border-color css
<style>
span { border-color: #A892CB; }
span { border-color: rgb(168,146,203); }
td.TdClassName
{
border-color: #A892CB;
}
.TagClassName
{
border-color: #A892CB;
}
</style>