Shades of Biloba Flower #AC96D2
Tints of Biloba Flower #AC96D2
RGB
CMYK
RGB Variations
Color information
#AC96D2 (or 0xAC96D2) is known color: Biloba Flower. HEX triplet: AC, 96 and D2. RGB value is (172,150,210). Sum of RGB (Red+Green+Blue) = 172+150+210=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC96D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96D2 is #53692D. Grayscale: #A3A3A3. Windows color (decimal): -5466414 or 13801132. OLE color: 13801132.
HSL color Cylindrical-coordinate representation of color #AC96D2: hue angle of 262º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC96D2 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 150 | 210 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.18 |
| HSL | 262º | 0.4% | 0.71% | - |
| HSV(B) | 262º | 0.29% | 0.82% | - |
| XYZ | 39.55 | 35.24 | 65.69 | - |
| YUV | 163.42 | 154.29 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 210 | 0.18 | 0.29 | 0 | 0.18 | 262 | 0.4 | 0.71 |
| Hex | AC | 96 | D2 | 12 | 1D | 0 | 12 | 106 | 28 | 47 |
| Octal | 254 | 226 | 322 | 22 | 35 | 0 | 22 | 406 | 50 | 107 |
| Binary | 10101100 | 10010110 | 11010010 | 10010 | 11101 | 0 | 10010 | 100000110 | 101000 | 1000111 |
Color Harmonies of #AC96D2
Complementary color
Monochromatic Colors of #AC96D2
Black with #AC96D2
Text Example
Text Example
White with #AC96D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC96D2; }
p { color: rgb(172,150,210); }
H1.HeaderClassName
{
color: #AC96D2;
}
.AnyTagClassName
{
color: #AC96D2;
}
</style>
background-color css
<style>
a { background-color: #AC96D2; }
a { background-color: rgb(172,150,210); }
div.DivClassName
{
background-color: #AC96D2;
}
.BgClassName
{
background-color: #AC96D2;
}
</style>
border-color css
<style>
span { border-color: #AC96D2; }
span { border-color: rgb(172,150,210); }
td.TdClassName
{
border-color: #AC96D2;
}
.TagClassName
{
border-color: #AC96D2;
}
</style>