Shades of Biloba Flower #AE9DCB
Tints of Biloba Flower #AE9DCB
RGB
CMYK
RGB Variations
Color information
#AE9DCB (or 0xAE9DCB) is known color: Biloba Flower. HEX triplet: AE, 9D and CB. RGB value is (174,157,203). Sum of RGB (Red+Green+Blue) = 174+157+203=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE9DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9DCB is #516234. Grayscale: #A7A7A7. Windows color (decimal): -5333557 or 13344174. OLE color: 13344174.
HSL color Cylindrical-coordinate representation of color #AE9DCB: hue angle of 262.17º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AE9DCB is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 174 | 157 | 203 | - |
CMYK | 0.14 | 0.23 | 0 | 0.20 |
HSL | 262.17º | 0.31% | 0.71% | - |
HSV(B) | 262.17º | 0.23% | 0.8% | - |
XYZ | 40.29 | 37.42 | 61.6 | - |
YUV | 167.33 | 148.13 | 132.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 157 | 203 | 0.14 | 0.23 | 0 | 0.20 | 262.17 | 0.31 | 0.71 |
Hex | AE | 9D | CB | E | 17 | 0 | 14 | 106 | 1F | 47 |
Octal | 256 | 235 | 313 | 16 | 27 | 0 | 24 | 406 | 37 | 107 |
Binary | 10101110 | 10011101 | 11001011 | 1110 | 10111 | 0 | 10100 | 100000110 | 11111 | 1000111 |
Color Harmonies of #AE9DCB
Complementary color
Monochromatic Colors of #AE9DCB
Black with #AE9DCB
Text Example
Text Example
White with #AE9DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9DCB; }
p { color: rgb(174,157,203); }
H1.HeaderClassName
{
color: #AE9DCB;
}
.AnyTagClassName
{
color: #AE9DCB;
}
</style>
background-color css
<style>
a { background-color: #AE9DCB; }
a { background-color: rgb(174,157,203); }
div.DivClassName
{
background-color: #AE9DCB;
}
.BgClassName
{
background-color: #AE9DCB;
}
</style>
border-color css
<style>
span { border-color: #AE9DCB; }
span { border-color: rgb(174,157,203); }
td.TdClassName
{
border-color: #AE9DCB;
}
.TagClassName
{
border-color: #AE9DCB;
}
</style>