Shades of Biloba Flower #AF8CEE
Tints of Biloba Flower #AF8CEE
RGB
CMYK
RGB Variations
Color information
#AF8CEE (or 0xAF8CEE) is known color: Biloba Flower. HEX triplet: AF, 8C and EE. RGB value is (175,140,238). Sum of RGB (Red+Green+Blue) = 175+140+238=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF8CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8CEE is #507311. Grayscale: #A1A1A1. Windows color (decimal): -5272338 or 15633583. OLE color: 15633583.
HSL color Cylindrical-coordinate representation of color #AF8CEE: hue angle of 261.43º degrees, saturation: 0.74, 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 #AF8CEE is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 140 | 238 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.07 |
| HSL | 261.43º | 0.74% | 0.74% | - |
| HSV(B) | 261.43º | 0.41% | 0.93% | - |
| XYZ | 42.49 | 34.04 | 85.22 | - |
| YUV | 161.64 | 171.1 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 238 | 0.26 | 0.41 | 0 | 0.07 | 261.43 | 0.74 | 0.74 |
| Hex | AF | 8C | EE | 1A | 29 | 0 | 7 | 105 | 4A | 4A |
| Octal | 257 | 214 | 356 | 32 | 51 | 0 | 7 | 405 | 112 | 112 |
| Binary | 10101111 | 10001100 | 11101110 | 11010 | 101001 | 0 | 111 | 100000101 | 1001010 | 1001010 |
Color Harmonies of #AF8CEE
Complementary color
Monochromatic Colors of #AF8CEE
Black with #AF8CEE
Text Example
Text Example
White with #AF8CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CEE; }
p { color: rgb(175,140,238); }
H1.HeaderClassName
{
color: #AF8CEE;
}
.AnyTagClassName
{
color: #AF8CEE;
}
</style>
background-color css
<style>
a { background-color: #AF8CEE; }
a { background-color: rgb(175,140,238); }
div.DivClassName
{
background-color: #AF8CEE;
}
.BgClassName
{
background-color: #AF8CEE;
}
</style>
border-color css
<style>
span { border-color: #AF8CEE; }
span { border-color: rgb(175,140,238); }
td.TdClassName
{
border-color: #AF8CEE;
}
.TagClassName
{
border-color: #AF8CEE;
}
</style>