Shades of Biloba Flower #AE9CCD
Tints of Biloba Flower #AE9CCD
RGB
CMYK
RGB Variations
Color information
#AE9CCD (or 0xAE9CCD) is known color: Biloba Flower. HEX triplet: AE, 9C and CD. RGB value is (174,156,205). Sum of RGB (Red+Green+Blue) = 174+156+205=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE9CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9CCD is #516332. Grayscale: #A6A6A6. Windows color (decimal): -5333811 or 13474990. OLE color: 13474990.
HSL color Cylindrical-coordinate representation of color #AE9CCD: hue angle of 262.04º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AE9CCD is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 156 | 205 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.20 |
| HSL | 262.04º | 0.33% | 0.71% | - |
| HSV(B) | 262.04º | 0.24% | 0.8% | - |
| XYZ | 40.36 | 37.18 | 62.81 | - |
| YUV | 166.97 | 149.46 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 156 | 205 | 0.15 | 0.24 | 0 | 0.20 | 262.04 | 0.33 | 0.71 |
| Hex | AE | 9C | CD | F | 18 | 0 | 14 | 106 | 21 | 47 |
| Octal | 256 | 234 | 315 | 17 | 30 | 0 | 24 | 406 | 41 | 107 |
| Binary | 10101110 | 10011100 | 11001101 | 1111 | 11000 | 0 | 10100 | 100000110 | 100001 | 1000111 |
Color Harmonies of #AE9CCD
Complementary color
Monochromatic Colors of #AE9CCD
Black with #AE9CCD
Text Example
Text Example
White with #AE9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9CCD; }
p { color: rgb(174,156,205); }
H1.HeaderClassName
{
color: #AE9CCD;
}
.AnyTagClassName
{
color: #AE9CCD;
}
</style>
background-color css
<style>
a { background-color: #AE9CCD; }
a { background-color: rgb(174,156,205); }
div.DivClassName
{
background-color: #AE9CCD;
}
.BgClassName
{
background-color: #AE9CCD;
}
</style>
border-color css
<style>
span { border-color: #AE9CCD; }
span { border-color: rgb(174,156,205); }
td.TdClassName
{
border-color: #AE9CCD;
}
.TagClassName
{
border-color: #AE9CCD;
}
</style>