Shades of Biloba Flower #AF8CFC
Tints of Biloba Flower #AF8CFC
RGB
CMYK
RGB Variations
Color information
#AF8CFC (or 0xAF8CFC) is known color: Biloba Flower. HEX triplet: AF, 8C and FC. RGB value is (175,140,252). Sum of RGB (Red+Green+Blue) = 175+140+252=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF8CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8CFC is #507303. Grayscale: #A2A2A2. Windows color (decimal): -5272324 or 16551087. OLE color: 16551087.
HSL color Cylindrical-coordinate representation of color #AF8CFC: hue angle of 258.75º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF8CFC is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 140 | 252 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.01 |
| HSL | 258.75º | 0.95% | 0.77% | - |
| HSV(B) | 258.75º | 0.44% | 0.99% | - |
| XYZ | 44.63 | 34.9 | 96.48 | - |
| YUV | 163.23 | 178.1 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 252 | 0.31 | 0.44 | 0 | 0.01 | 258.75 | 0.95 | 0.77 |
| Hex | AF | 8C | FC | 1F | 2C | 0 | 1 | 103 | 5F | 4D |
| Octal | 257 | 214 | 374 | 37 | 54 | 0 | 1 | 403 | 137 | 115 |
| Binary | 10101111 | 10001100 | 11111100 | 11111 | 101100 | 0 | 1 | 100000011 | 1011111 | 1001101 |
Color Harmonies of #AF8CFC
Complementary color
Monochromatic Colors of #AF8CFC
Black with #AF8CFC
Text Example
Text Example
White with #AF8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CFC; }
p { color: rgb(175,140,252); }
H1.HeaderClassName
{
color: #AF8CFC;
}
.AnyTagClassName
{
color: #AF8CFC;
}
</style>
background-color css
<style>
a { background-color: #AF8CFC; }
a { background-color: rgb(175,140,252); }
div.DivClassName
{
background-color: #AF8CFC;
}
.BgClassName
{
background-color: #AF8CFC;
}
</style>
border-color css
<style>
span { border-color: #AF8CFC; }
span { border-color: rgb(175,140,252); }
td.TdClassName
{
border-color: #AF8CFC;
}
.TagClassName
{
border-color: #AF8CFC;
}
</style>