Shades of Biloba Flower #AE9FDB
Tints of Biloba Flower #AE9FDB
RGB
CMYK
RGB Variations
Color information
#AE9FDB (or 0xAE9FDB) is known color: Biloba Flower. HEX triplet: AE, 9F and DB. RGB value is (174,159,219). Sum of RGB (Red+Green+Blue) = 174+159+219=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE9FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9FDB is #516024. Grayscale: #AAAAAA. Windows color (decimal): -5333029 or 14393262. OLE color: 14393262.
HSL color Cylindrical-coordinate representation of color #AE9FDB: hue angle of 255º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AE9FDB is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 174 | 159 | 219 | - |
CMYK | 0.21 | 0.27 | 0 | 0.14 |
HSL | 255º | 0.45% | 0.74% | - |
HSV(B) | 255º | 0.27% | 0.86% | - |
XYZ | 42.64 | 38.91 | 72.28 | - |
YUV | 170.33 | 155.47 | 130.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 159 | 219 | 0.21 | 0.27 | 0 | 0.14 | 255 | 0.45 | 0.74 |
Hex | AE | 9F | DB | 15 | 1B | 0 | E | FF | 2D | 4A |
Octal | 256 | 237 | 333 | 25 | 33 | 0 | 16 | 377 | 55 | 112 |
Binary | 10101110 | 10011111 | 11011011 | 10101 | 11011 | 0 | 1110 | 11111111 | 101101 | 1001010 |
Color Harmonies of #AE9FDB
Complementary color
Monochromatic Colors of #AE9FDB
Black with #AE9FDB
Text Example
Text Example
White with #AE9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9FDB; }
p { color: rgb(174,159,219); }
H1.HeaderClassName
{
color: #AE9FDB;
}
.AnyTagClassName
{
color: #AE9FDB;
}
</style>
background-color css
<style>
a { background-color: #AE9FDB; }
a { background-color: rgb(174,159,219); }
div.DivClassName
{
background-color: #AE9FDB;
}
.BgClassName
{
background-color: #AE9FDB;
}
</style>
border-color css
<style>
span { border-color: #AE9FDB; }
span { border-color: rgb(174,159,219); }
td.TdClassName
{
border-color: #AE9FDB;
}
.TagClassName
{
border-color: #AE9FDB;
}
</style>