Shades of Biloba Flower #AE8CCD
Tints of Biloba Flower #AE8CCD
RGB
CMYK
RGB Variations
Color information
#AE8CCD (or 0xAE8CCD) is known color: Biloba Flower. HEX triplet: AE, 8C and CD. RGB value is (174,140,205). Sum of RGB (Red+Green+Blue) = 174+140+205=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE8CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8CCD is #517332. Grayscale: #9D9D9D. Windows color (decimal): -5337907 or 13470894. OLE color: 13470894.
HSL color Cylindrical-coordinate representation of color #AE8CCD: hue angle of 271.38º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE8CCD is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 140 | 205 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.20 |
| HSL | 271.38º | 0.39% | 0.68% | - |
| HSV(B) | 271.38º | 0.32% | 0.8% | - |
| XYZ | 37.85 | 32.16 | 61.97 | - |
| YUV | 157.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 205 | 0.15 | 0.32 | 0 | 0.20 | 271.38 | 0.39 | 0.68 |
| Hex | AE | 8C | CD | F | 20 | 0 | 14 | 10F | 27 | 44 |
| Octal | 256 | 214 | 315 | 17 | 40 | 0 | 24 | 417 | 47 | 104 |
| Binary | 10101110 | 10001100 | 11001101 | 1111 | 100000 | 0 | 10100 | 100001111 | 100111 | 1000100 |
Color Harmonies of #AE8CCD
Complementary color
Monochromatic Colors of #AE8CCD
Black with #AE8CCD
Text Example
Text Example
White with #AE8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8CCD; }
p { color: rgb(174,140,205); }
H1.HeaderClassName
{
color: #AE8CCD;
}
.AnyTagClassName
{
color: #AE8CCD;
}
</style>
background-color css
<style>
a { background-color: #AE8CCD; }
a { background-color: rgb(174,140,205); }
div.DivClassName
{
background-color: #AE8CCD;
}
.BgClassName
{
background-color: #AE8CCD;
}
</style>
border-color css
<style>
span { border-color: #AE8CCD; }
span { border-color: rgb(174,140,205); }
td.TdClassName
{
border-color: #AE8CCD;
}
.TagClassName
{
border-color: #AE8CCD;
}
</style>