Shades of Biloba Flower #AF8CFD
Tints of Biloba Flower #AF8CFD
RGB
CMYK
RGB Variations
Color information
#AF8CFD (or 0xAF8CFD) is known color: Biloba Flower. HEX triplet: AF, 8C and FD. RGB value is (175,140,253). Sum of RGB (Red+Green+Blue) = 175+140+253=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF8CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8CFD is #507302. Grayscale: #A2A2A2. Windows color (decimal): -5272323 or 16616623. OLE color: 16616623.
HSL color Cylindrical-coordinate representation of color #AF8CFD: hue angle of 258.58º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF8CFD is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 140 | 253 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.01 |
| HSL | 258.58º | 0.97% | 0.77% | - |
| HSV(B) | 258.58º | 0.45% | 0.99% | - |
| XYZ | 44.79 | 34.96 | 97.32 | - |
| YUV | 163.35 | 178.6 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 253 | 0.31 | 0.45 | 0 | 0.01 | 258.58 | 0.97 | 0.77 |
| Hex | AF | 8C | FD | 1F | 2D | 0 | 1 | 103 | 61 | 4D |
| Octal | 257 | 214 | 375 | 37 | 55 | 0 | 1 | 403 | 141 | 115 |
| Binary | 10101111 | 10001100 | 11111101 | 11111 | 101101 | 0 | 1 | 100000011 | 1100001 | 1001101 |
Color Harmonies of #AF8CFD
Complementary color
Monochromatic Colors of #AF8CFD
Black with #AF8CFD
Text Example
Text Example
White with #AF8CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CFD; }
p { color: rgb(175,140,253); }
H1.HeaderClassName
{
color: #AF8CFD;
}
.AnyTagClassName
{
color: #AF8CFD;
}
</style>
background-color css
<style>
a { background-color: #AF8CFD; }
a { background-color: rgb(175,140,253); }
div.DivClassName
{
background-color: #AF8CFD;
}
.BgClassName
{
background-color: #AF8CFD;
}
</style>
border-color css
<style>
span { border-color: #AF8CFD; }
span { border-color: rgb(175,140,253); }
td.TdClassName
{
border-color: #AF8CFD;
}
.TagClassName
{
border-color: #AF8CFD;
}
</style>