Shades of Biloba Flower #AF9CE0
Tints of Biloba Flower #AF9CE0
RGB
CMYK
RGB Variations
Color information
#AF9CE0 (or 0xAF9CE0) is known color: Biloba Flower. HEX triplet: AF, 9C and E0. RGB value is (175,156,224). Sum of RGB (Red+Green+Blue) = 175+156+224=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF9CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CE0 is #50631F. Grayscale: #A9A9A9. Windows color (decimal): -5268256 or 14720175. OLE color: 14720175.
HSL color Cylindrical-coordinate representation of color #AF9CE0: hue angle of 256.76º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF9CE0 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 156 | 224 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.12 |
| HSL | 256.76º | 0.52% | 0.75% | - |
| HSV(B) | 256.76º | 0.3% | 0.88% | - |
| XYZ | 43.02 | 38.27 | 75.64 | - |
| YUV | 169.43 | 158.79 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 224 | 0.22 | 0.30 | 0 | 0.12 | 256.76 | 0.52 | 0.75 |
| Hex | AF | 9C | E0 | 16 | 1E | 0 | C | 101 | 34 | 4B |
| Octal | 257 | 234 | 340 | 26 | 36 | 0 | 14 | 401 | 64 | 113 |
| Binary | 10101111 | 10011100 | 11100000 | 10110 | 11110 | 0 | 1100 | 100000001 | 110100 | 1001011 |
Color Harmonies of #AF9CE0
Complementary color
Monochromatic Colors of #AF9CE0
Black with #AF9CE0
Text Example
Text Example
White with #AF9CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9CE0; }
p { color: rgb(175,156,224); }
H1.HeaderClassName
{
color: #AF9CE0;
}
.AnyTagClassName
{
color: #AF9CE0;
}
</style>
background-color css
<style>
a { background-color: #AF9CE0; }
a { background-color: rgb(175,156,224); }
div.DivClassName
{
background-color: #AF9CE0;
}
.BgClassName
{
background-color: #AF9CE0;
}
</style>
border-color css
<style>
span { border-color: #AF9CE0; }
span { border-color: rgb(175,156,224); }
td.TdClassName
{
border-color: #AF9CE0;
}
.TagClassName
{
border-color: #AF9CE0;
}
</style>