Shades of Biloba Flower #AF9ACB
Tints of Biloba Flower #AF9ACB
RGB
CMYK
RGB Variations
Color information
#AF9ACB (or 0xAF9ACB) is known color: Biloba Flower. HEX triplet: AF, 9A and CB. RGB value is (175,154,203). Sum of RGB (Red+Green+Blue) = 175+154+203=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF9ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9ACB is #506534. Grayscale: #A5A5A5. Windows color (decimal): -5268789 or 13343407. OLE color: 13343407.
HSL color Cylindrical-coordinate representation of color #AF9ACB: hue angle of 265.71º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF9ACB is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 154 | 203 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.20 |
| HSL | 265.71º | 0.32% | 0.7% | - |
| HSV(B) | 265.71º | 0.24% | 0.8% | - |
| XYZ | 40.01 | 36.54 | 61.44 | - |
| YUV | 165.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 203 | 0.14 | 0.24 | 0 | 0.20 | 265.71 | 0.32 | 0.7 |
| Hex | AF | 9A | CB | E | 18 | 0 | 14 | 10A | 20 | 46 |
| Octal | 257 | 232 | 313 | 16 | 30 | 0 | 24 | 412 | 40 | 106 |
| Binary | 10101111 | 10011010 | 11001011 | 1110 | 11000 | 0 | 10100 | 100001010 | 100000 | 1000110 |
Color Harmonies of #AF9ACB
Complementary color
Monochromatic Colors of #AF9ACB
Black with #AF9ACB
Text Example
Text Example
White with #AF9ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9ACB; }
p { color: rgb(175,154,203); }
H1.HeaderClassName
{
color: #AF9ACB;
}
.AnyTagClassName
{
color: #AF9ACB;
}
</style>
background-color css
<style>
a { background-color: #AF9ACB; }
a { background-color: rgb(175,154,203); }
div.DivClassName
{
background-color: #AF9ACB;
}
.BgClassName
{
background-color: #AF9ACB;
}
</style>
border-color css
<style>
span { border-color: #AF9ACB; }
span { border-color: rgb(175,154,203); }
td.TdClassName
{
border-color: #AF9ACB;
}
.TagClassName
{
border-color: #AF9ACB;
}
</style>