Shades of Biloba Flower #AF8CED
Tints of Biloba Flower #AF8CED
RGB
CMYK
RGB Variations
Color information
#AF8CED (or 0xAF8CED) is known color: Biloba Flower. HEX triplet: AF, 8C and ED. RGB value is (175,140,237). Sum of RGB (Red+Green+Blue) = 175+140+237=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF8CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8CED is #507312. Grayscale: #A1A1A1. Windows color (decimal): -5272339 or 15568047. OLE color: 15568047.
HSL color Cylindrical-coordinate representation of color #AF8CED: hue angle of 261.65º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF8CED is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 140 | 237 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.07 |
| HSL | 261.65º | 0.73% | 0.74% | - |
| HSV(B) | 261.65º | 0.41% | 0.93% | - |
| XYZ | 42.34 | 33.98 | 84.45 | - |
| YUV | 161.52 | 170.6 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 237 | 0.26 | 0.41 | 0 | 0.07 | 261.65 | 0.73 | 0.74 |
| Hex | AF | 8C | ED | 1A | 29 | 0 | 7 | 106 | 49 | 4A |
| Octal | 257 | 214 | 355 | 32 | 51 | 0 | 7 | 406 | 111 | 112 |
| Binary | 10101111 | 10001100 | 11101101 | 11010 | 101001 | 0 | 111 | 100000110 | 1001001 | 1001010 |
Color Harmonies of #AF8CED
Complementary color
Monochromatic Colors of #AF8CED
Black with #AF8CED
Text Example
Text Example
White with #AF8CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CED; }
p { color: rgb(175,140,237); }
H1.HeaderClassName
{
color: #AF8CED;
}
.AnyTagClassName
{
color: #AF8CED;
}
</style>
background-color css
<style>
a { background-color: #AF8CED; }
a { background-color: rgb(175,140,237); }
div.DivClassName
{
background-color: #AF8CED;
}
.BgClassName
{
background-color: #AF8CED;
}
</style>
border-color css
<style>
span { border-color: #AF8CED; }
span { border-color: rgb(175,140,237); }
td.TdClassName
{
border-color: #AF8CED;
}
.TagClassName
{
border-color: #AF8CED;
}
</style>