Shades of Biloba Flower #AF8CFF
Tints of Biloba Flower #AF8CFF
RGB
CMYK
RGB Variations
Color information
#AF8CFF (or 0xAF8CFF) is known color: Biloba Flower. HEX triplet: AF, 8C and FF. RGB value is (175,140,255). Sum of RGB (Red+Green+Blue) = 175+140+255=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF8CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8CFF is #507300. Grayscale: #A3A3A3. Windows color (decimal): -5272321 or 16747695. OLE color: 16747695.
HSL color Cylindrical-coordinate representation of color #AF8CFF: hue angle of 258.26º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF8CFF is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 140 | 255 | - |
| CMYK | 0.31 | 0.45 | 0 | 0 |
| HSL | 258.26º | 1% | 0.77% | - |
| HSV(B) | 258.26º | 0.45% | 1% | - |
| XYZ | 45.11 | 35.09 | 99 | - |
| YUV | 163.58 | 179.6 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 255 | 0.31 | 0.45 | 0 | 0 | 258.26 | 1 | 0.77 |
| Hex | AF | 8C | FF | 1F | 2D | 0 | 0 | 102 | 64 | 4D |
| Octal | 257 | 214 | 377 | 37 | 55 | 0 | 0 | 402 | 144 | 115 |
| Binary | 10101111 | 10001100 | 11111111 | 11111 | 101101 | 0 | 0 | 100000010 | 1100100 | 1001101 |
Color Harmonies of #AF8CFF
Complementary color
Monochromatic Colors of #AF8CFF
Black with #AF8CFF
Text Example
Text Example
White with #AF8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CFF; }
p { color: rgb(175,140,255); }
H1.HeaderClassName
{
color: #AF8CFF;
}
.AnyTagClassName
{
color: #AF8CFF;
}
</style>
background-color css
<style>
a { background-color: #AF8CFF; }
a { background-color: rgb(175,140,255); }
div.DivClassName
{
background-color: #AF8CFF;
}
.BgClassName
{
background-color: #AF8CFF;
}
</style>
border-color css
<style>
span { border-color: #AF8CFF; }
span { border-color: rgb(175,140,255); }
td.TdClassName
{
border-color: #AF8CFF;
}
.TagClassName
{
border-color: #AF8CFF;
}
</style>