Shades of Biloba Flower #AC93F5
Tints of Biloba Flower #AC93F5
RGB
CMYK
RGB Variations
Color information
#AC93F5 (or 0xAC93F5) is known color: Biloba Flower. HEX triplet: AC, 93 and F5. RGB value is (172,147,245). Sum of RGB (Red+Green+Blue) = 172+147+245=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 245 - color contains mainly: blue. Hex color #AC93F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC93F5 is #536C0A. Grayscale: #A5A5A5. Windows color (decimal): -5467147 or 16094124. OLE color: 16094124.
HSL color Cylindrical-coordinate representation of color #AC93F5: hue angle of 255.31º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC93F5 is Cyan = 0.30, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 147 | 245 | - |
| CMYK | 0.30 | 0.4 | 0 | 0.04 |
| HSL | 255.31º | 0.83% | 0.77% | - |
| HSV(B) | 255.31º | 0.4% | 0.96% | - |
| XYZ | 43.93 | 36.23 | 91.06 | - |
| YUV | 165.65 | 172.78 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 245 | 0.30 | 0.4 | 0 | 0.04 | 255.31 | 0.83 | 0.77 |
| Hex | AC | 93 | F5 | 1E | 28 | 0 | 4 | FF | 53 | 4D |
| Octal | 254 | 223 | 365 | 36 | 50 | 0 | 4 | 377 | 123 | 115 |
| Binary | 10101100 | 10010011 | 11110101 | 11110 | 101000 | 0 | 100 | 11111111 | 1010011 | 1001101 |
Color Harmonies of #AC93F5
Complementary color
Monochromatic Colors of #AC93F5
Black with #AC93F5
Text Example
Text Example
White with #AC93F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC93F5; }
p { color: rgb(172,147,245); }
H1.HeaderClassName
{
color: #AC93F5;
}
.AnyTagClassName
{
color: #AC93F5;
}
</style>
background-color css
<style>
a { background-color: #AC93F5; }
a { background-color: rgb(172,147,245); }
div.DivClassName
{
background-color: #AC93F5;
}
.BgClassName
{
background-color: #AC93F5;
}
</style>
border-color css
<style>
span { border-color: #AC93F5; }
span { border-color: rgb(172,147,245); }
td.TdClassName
{
border-color: #AC93F5;
}
.TagClassName
{
border-color: #AC93F5;
}
</style>