Shades of Biloba Flower #AC8AD2
Tints of Biloba Flower #AC8AD2
RGB
CMYK
RGB Variations
Color information
#AC8AD2 (or 0xAC8AD2) is known color: Biloba Flower. HEX triplet: AC, 8A and D2. RGB value is (172,138,210). Sum of RGB (Red+Green+Blue) = 172+138+210=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC8AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8AD2 is #53752D. Grayscale: #9C9C9C. Windows color (decimal): -5469486 or 13798060. OLE color: 13798060.
HSL color Cylindrical-coordinate representation of color #AC8AD2: hue angle of 268.33º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC8AD2 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 138 | 210 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.18 |
| HSL | 268.33º | 0.44% | 0.68% | - |
| HSV(B) | 268.33º | 0.34% | 0.82% | - |
| XYZ | 37.73 | 31.6 | 65.08 | - |
| YUV | 156.37 | 158.26 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 210 | 0.18 | 0.34 | 0 | 0.18 | 268.33 | 0.44 | 0.68 |
| Hex | AC | 8A | D2 | 12 | 22 | 0 | 12 | 10C | 2C | 44 |
| Octal | 254 | 212 | 322 | 22 | 42 | 0 | 22 | 414 | 54 | 104 |
| Binary | 10101100 | 10001010 | 11010010 | 10010 | 100010 | 0 | 10010 | 100001100 | 101100 | 1000100 |
Color Harmonies of #AC8AD2
Complementary color
Monochromatic Colors of #AC8AD2
Black with #AC8AD2
Text Example
Text Example
White with #AC8AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8AD2; }
p { color: rgb(172,138,210); }
H1.HeaderClassName
{
color: #AC8AD2;
}
.AnyTagClassName
{
color: #AC8AD2;
}
</style>
background-color css
<style>
a { background-color: #AC8AD2; }
a { background-color: rgb(172,138,210); }
div.DivClassName
{
background-color: #AC8AD2;
}
.BgClassName
{
background-color: #AC8AD2;
}
</style>
border-color css
<style>
span { border-color: #AC8AD2; }
span { border-color: rgb(172,138,210); }
td.TdClassName
{
border-color: #AC8AD2;
}
.TagClassName
{
border-color: #AC8AD2;
}
</style>