Shades of Biloba Flower #A993E8
Tints of Biloba Flower #A993E8
RGB
CMYK
RGB Variations
Color information
#A993E8 (or 0xA993E8) is known color: Biloba Flower. HEX triplet: A9, 93 and E8. RGB value is (169,147,232). Sum of RGB (Red+Green+Blue) = 169+147+232=548 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.84% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 232 (91.02% from 255 or 42.34% from 548); Max value from RGB is 232 - color contains mainly: blue. Hex color #A993E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A993E8 is #566C17. Grayscale: #A2A2A2. Windows color (decimal): -5663768 or 15242153. OLE color: 15242153.
HSL color Cylindrical-coordinate representation of color #A993E8: hue angle of 255.53º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A993E8 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 147 | 232 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.09 |
| HSL | 255.53º | 0.65% | 0.74% | - |
| HSV(B) | 255.53º | 0.37% | 0.91% | - |
| XYZ | 41.36 | 35.13 | 80.94 | - |
| YUV | 163.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 147 | 232 | 0.27 | 0.37 | 0 | 0.09 | 255.53 | 0.65 | 0.74 |
| Hex | A9 | 93 | E8 | 1B | 25 | 0 | 9 | 100 | 41 | 4A |
| Octal | 251 | 223 | 350 | 33 | 45 | 0 | 11 | 400 | 101 | 112 |
| Binary | 10101001 | 10010011 | 11101000 | 11011 | 100101 | 0 | 1001 | 100000000 | 1000001 | 1001010 |
Color Harmonies of #A993E8
Complementary color
Monochromatic Colors of #A993E8
Black with #A993E8
Text Example
Text Example
White with #A993E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A993E8; }
p { color: rgb(169,147,232); }
H1.HeaderClassName
{
color: #A993E8;
}
.AnyTagClassName
{
color: #A993E8;
}
</style>
background-color css
<style>
a { background-color: #A993E8; }
a { background-color: rgb(169,147,232); }
div.DivClassName
{
background-color: #A993E8;
}
.BgClassName
{
background-color: #A993E8;
}
</style>
border-color css
<style>
span { border-color: #A993E8; }
span { border-color: rgb(169,147,232); }
td.TdClassName
{
border-color: #A993E8;
}
.TagClassName
{
border-color: #A993E8;
}
</style>