Shades of Biloba Flower #AC9AED
Tints of Biloba Flower #AC9AED
RGB
CMYK
RGB Variations
Color information
#AC9AED (or 0xAC9AED) is known color: Biloba Flower. HEX triplet: AC, 9A and ED. RGB value is (172,154,237). Sum of RGB (Red+Green+Blue) = 172+154+237=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC9AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9AED is #536512. Grayscale: #A8A8A8. Windows color (decimal): -5465363 or 15571628. OLE color: 15571628.
HSL color Cylindrical-coordinate representation of color #AC9AED: hue angle of 253.01º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC9AED is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 154 | 237 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.07 |
| HSL | 253.01º | 0.7% | 0.77% | - |
| HSV(B) | 253.01º | 0.35% | 0.93% | - |
| XYZ | 43.85 | 38 | 85.14 | - |
| YUV | 168.84 | 166.46 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 237 | 0.27 | 0.35 | 0 | 0.07 | 253.01 | 0.7 | 0.77 |
| Hex | AC | 9A | ED | 1B | 23 | 0 | 7 | FD | 46 | 4D |
| Octal | 254 | 232 | 355 | 33 | 43 | 0 | 7 | 375 | 106 | 115 |
| Binary | 10101100 | 10011010 | 11101101 | 11011 | 100011 | 0 | 111 | 11111101 | 1000110 | 1001101 |
Color Harmonies of #AC9AED
Complementary color
Monochromatic Colors of #AC9AED
Black with #AC9AED
Text Example
Text Example
White with #AC9AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9AED; }
p { color: rgb(172,154,237); }
H1.HeaderClassName
{
color: #AC9AED;
}
.AnyTagClassName
{
color: #AC9AED;
}
</style>
background-color css
<style>
a { background-color: #AC9AED; }
a { background-color: rgb(172,154,237); }
div.DivClassName
{
background-color: #AC9AED;
}
.BgClassName
{
background-color: #AC9AED;
}
</style>
border-color css
<style>
span { border-color: #AC9AED; }
span { border-color: rgb(172,154,237); }
td.TdClassName
{
border-color: #AC9AED;
}
.TagClassName
{
border-color: #AC9AED;
}
</style>