Shades of Biloba Flower #AE8FCD
Tints of Biloba Flower #AE8FCD
RGB
CMYK
RGB Variations
Color information
#AE8FCD (or 0xAE8FCD) is known color: Biloba Flower. HEX triplet: AE, 8F and CD. RGB value is (174,143,205). Sum of RGB (Red+Green+Blue) = 174+143+205=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE8FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8FCD is #517032. Grayscale: #9F9F9F. Windows color (decimal): -5337139 or 13471662. OLE color: 13471662.
HSL color Cylindrical-coordinate representation of color #AE8FCD: hue angle of 270º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE8FCD is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 143 | 205 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.20 |
| HSL | 270º | 0.38% | 0.68% | - |
| HSV(B) | 270º | 0.3% | 0.8% | - |
| XYZ | 38.3 | 33.05 | 62.12 | - |
| YUV | 159.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 205 | 0.15 | 0.30 | 0 | 0.20 | 270 | 0.38 | 0.68 |
| Hex | AE | 8F | CD | F | 1E | 0 | 14 | 10E | 26 | 44 |
| Octal | 256 | 217 | 315 | 17 | 36 | 0 | 24 | 416 | 46 | 104 |
| Binary | 10101110 | 10001111 | 11001101 | 1111 | 11110 | 0 | 10100 | 100001110 | 100110 | 1000100 |
Color Harmonies of #AE8FCD
Complementary color
Monochromatic Colors of #AE8FCD
Black with #AE8FCD
Text Example
Text Example
White with #AE8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8FCD; }
p { color: rgb(174,143,205); }
H1.HeaderClassName
{
color: #AE8FCD;
}
.AnyTagClassName
{
color: #AE8FCD;
}
</style>
background-color css
<style>
a { background-color: #AE8FCD; }
a { background-color: rgb(174,143,205); }
div.DivClassName
{
background-color: #AE8FCD;
}
.BgClassName
{
background-color: #AE8FCD;
}
</style>
border-color css
<style>
span { border-color: #AE8FCD; }
span { border-color: rgb(174,143,205); }
td.TdClassName
{
border-color: #AE8FCD;
}
.TagClassName
{
border-color: #AE8FCD;
}
</style>