Shades of Biloba Flower #AC94FF
Tints of Biloba Flower #AC94FF
RGB
CMYK
RGB Variations
Color information
#AC94FF (or 0xAC94FF) is known color: Biloba Flower. HEX triplet: AC, 94 and FF. RGB value is (172,148,255). Sum of RGB (Red+Green+Blue) = 172+148+255=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC94FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC94FF is #536B00. Grayscale: #A6A6A6. Windows color (decimal): -5466881 or 16749740. OLE color: 16749740.
HSL color Cylindrical-coordinate representation of color #AC94FF: hue angle of 253.46º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC94FF is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 148 | 255 | - |
CMYK | 0.33 | 0.42 | 0 | 0 |
HSL | 253.46º | 1% | 0.79% | - |
HSV(B) | 253.46º | 0.42% | 1% | - |
XYZ | 45.65 | 37.17 | 99.38 | - |
YUV | 167.37 | 177.45 | 131.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 148 | 255 | 0.33 | 0.42 | 0 | 0 | 253.46 | 1 | 0.79 |
Hex | AC | 94 | FF | 21 | 2A | 0 | 0 | FD | 64 | 4F |
Octal | 254 | 224 | 377 | 41 | 52 | 0 | 0 | 375 | 144 | 117 |
Binary | 10101100 | 10010100 | 11111111 | 100001 | 101010 | 0 | 0 | 11111101 | 1100100 | 1001111 |
Color Harmonies of #AC94FF
Complementary color
Monochromatic Colors of #AC94FF
Black with #AC94FF
Text Example
Text Example
White with #AC94FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC94FF; }
p { color: rgb(172,148,255); }
H1.HeaderClassName
{
color: #AC94FF;
}
.AnyTagClassName
{
color: #AC94FF;
}
</style>
background-color css
<style>
a { background-color: #AC94FF; }
a { background-color: rgb(172,148,255); }
div.DivClassName
{
background-color: #AC94FF;
}
.BgClassName
{
background-color: #AC94FF;
}
</style>
border-color css
<style>
span { border-color: #AC94FF; }
span { border-color: rgb(172,148,255); }
td.TdClassName
{
border-color: #AC94FF;
}
.TagClassName
{
border-color: #AC94FF;
}
</style>