Shades of Biloba Flower #AF9CCC
Tints of Biloba Flower #AF9CCC
RGB
CMYK
RGB Variations
Color information
#AF9CCC (or 0xAF9CCC) is known color: Biloba Flower. HEX triplet: AF, 9C and CC. RGB value is (175,156,204). Sum of RGB (Red+Green+Blue) = 175+156+204=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF9CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CCC is #506333. Grayscale: #A6A6A6. Windows color (decimal): -5268276 or 13409455. OLE color: 13409455.
HSL color Cylindrical-coordinate representation of color #AF9CCC: hue angle of 263.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF9CCC is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 156 | 204 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.2 |
| HSL | 263.75º | 0.32% | 0.71% | - |
| HSV(B) | 263.75º | 0.24% | 0.8% | - |
| XYZ | 40.47 | 37.25 | 62.18 | - |
| YUV | 167.15 | 148.79 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 204 | 0.14 | 0.24 | 0 | 0.2 | 263.75 | 0.32 | 0.71 |
| Hex | AF | 9C | CC | E | 18 | 0 | 14 | 108 | 20 | 47 |
| Octal | 257 | 234 | 314 | 16 | 30 | 0 | 24 | 410 | 40 | 107 |
| Binary | 10101111 | 10011100 | 11001100 | 1110 | 11000 | 0 | 10100 | 100001000 | 100000 | 1000111 |
Color Harmonies of #AF9CCC
Complementary color
Monochromatic Colors of #AF9CCC
Black with #AF9CCC
Text Example
Text Example
White with #AF9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9CCC; }
p { color: rgb(175,156,204); }
H1.HeaderClassName
{
color: #AF9CCC;
}
.AnyTagClassName
{
color: #AF9CCC;
}
</style>
background-color css
<style>
a { background-color: #AF9CCC; }
a { background-color: rgb(175,156,204); }
div.DivClassName
{
background-color: #AF9CCC;
}
.BgClassName
{
background-color: #AF9CCC;
}
</style>
border-color css
<style>
span { border-color: #AF9CCC; }
span { border-color: rgb(175,156,204); }
td.TdClassName
{
border-color: #AF9CCC;
}
.TagClassName
{
border-color: #AF9CCC;
}
</style>