Shades of Biloba Flower #AC93CA
Tints of Biloba Flower #AC93CA
RGB
CMYK
RGB Variations
Color information
#AC93CA (or 0xAC93CA) is known color: Biloba Flower. HEX triplet: AC, 93 and CA. RGB value is (172,147,202). Sum of RGB (Red+Green+Blue) = 172+147+202=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC93CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93CA is #536C35. Grayscale: #A0A0A0. Windows color (decimal): -5467190 or 13276076. OLE color: 13276076.
HSL color Cylindrical-coordinate representation of color #AC93CA: hue angle of 267.27º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC93CA is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 147 | 202 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.21 |
| HSL | 267.27º | 0.34% | 0.68% | - |
| HSV(B) | 267.27º | 0.27% | 0.79% | - |
| XYZ | 38.11 | 33.9 | 60.41 | - |
| YUV | 160.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 202 | 0.15 | 0.27 | 0 | 0.21 | 267.27 | 0.34 | 0.68 |
| Hex | AC | 93 | CA | F | 1B | 0 | 15 | 10B | 22 | 44 |
| Octal | 254 | 223 | 312 | 17 | 33 | 0 | 25 | 413 | 42 | 104 |
| Binary | 10101100 | 10010011 | 11001010 | 1111 | 11011 | 0 | 10101 | 100001011 | 100010 | 1000100 |
Color Harmonies of #AC93CA
Complementary color
Monochromatic Colors of #AC93CA
Black with #AC93CA
Text Example
Text Example
White with #AC93CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC93CA; }
p { color: rgb(172,147,202); }
H1.HeaderClassName
{
color: #AC93CA;
}
.AnyTagClassName
{
color: #AC93CA;
}
</style>
background-color css
<style>
a { background-color: #AC93CA; }
a { background-color: rgb(172,147,202); }
div.DivClassName
{
background-color: #AC93CA;
}
.BgClassName
{
background-color: #AC93CA;
}
</style>
border-color css
<style>
span { border-color: #AC93CA; }
span { border-color: rgb(172,147,202); }
td.TdClassName
{
border-color: #AC93CA;
}
.TagClassName
{
border-color: #AC93CA;
}
</style>