Shades of Biloba Flower #A593E4
Tints of Biloba Flower #A593E4
RGB
CMYK
RGB Variations
Color information
#A593E4 (or 0xA593E4) is known color: Biloba Flower. HEX triplet: A5, 93 and E4. RGB value is (165,147,228). Sum of RGB (Red+Green+Blue) = 165+147+228=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 228 (89.45% from 255 or 42.22% from 540); Max value from RGB is 228 - color contains mainly: blue. Hex color #A593E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593E4 is #5A6C1B. Grayscale: #A1A1A1. Windows color (decimal): -5925916 or 14980005. OLE color: 14980005.
HSL color Cylindrical-coordinate representation of color #A593E4: hue angle of 253.33º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A593E4 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 147 | 228 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.11 |
| HSL | 253.33º | 0.6% | 0.74% | - |
| HSV(B) | 253.33º | 0.36% | 0.89% | - |
| XYZ | 39.95 | 34.47 | 77.95 | - |
| YUV | 161.62 | 165.46 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 147 | 228 | 0.28 | 0.36 | 0 | 0.11 | 253.33 | 0.6 | 0.74 |
| Hex | A5 | 93 | E4 | 1C | 24 | 0 | B | FD | 3C | 4A |
| Octal | 245 | 223 | 344 | 34 | 44 | 0 | 13 | 375 | 74 | 112 |
| Binary | 10100101 | 10010011 | 11100100 | 11100 | 100100 | 0 | 1011 | 11111101 | 111100 | 1001010 |
Color Harmonies of #A593E4
Complementary color
Monochromatic Colors of #A593E4
Black with #A593E4
Text Example
Text Example
White with #A593E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A593E4; }
p { color: rgb(165,147,228); }
H1.HeaderClassName
{
color: #A593E4;
}
.AnyTagClassName
{
color: #A593E4;
}
</style>
background-color css
<style>
a { background-color: #A593E4; }
a { background-color: rgb(165,147,228); }
div.DivClassName
{
background-color: #A593E4;
}
.BgClassName
{
background-color: #A593E4;
}
</style>
border-color css
<style>
span { border-color: #A593E4; }
span { border-color: rgb(165,147,228); }
td.TdClassName
{
border-color: #A593E4;
}
.TagClassName
{
border-color: #A593E4;
}
</style>