Shades of Biloba Flower #A593F2
Tints of Biloba Flower #A593F2
RGB
CMYK
RGB Variations
Color information
#A593F2 (or 0xA593F2) is known color: Biloba Flower. HEX triplet: A5, 93 and F2. RGB value is (165,147,242). Sum of RGB (Red+Green+Blue) = 165+147+242=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #A593F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A593F2 is #5A6C0D. Grayscale: #A2A2A2. Windows color (decimal): -5925902 or 15897509. OLE color: 15897509.
HSL color Cylindrical-coordinate representation of color #A593F2: hue angle of 251.37º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A593F2 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 147 | 242 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.05 |
| HSL | 251.37º | 0.79% | 0.76% | - |
| HSV(B) | 251.37º | 0.39% | 0.95% | - |
| XYZ | 41.98 | 35.28 | 88.6 | - |
| YUV | 163.21 | 172.46 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 147 | 242 | 0.32 | 0.39 | 0 | 0.05 | 251.37 | 0.79 | 0.76 |
| Hex | A5 | 93 | F2 | 20 | 27 | 0 | 5 | FB | 4F | 4C |
| Octal | 245 | 223 | 362 | 40 | 47 | 0 | 5 | 373 | 117 | 114 |
| Binary | 10100101 | 10010011 | 11110010 | 100000 | 100111 | 0 | 101 | 11111011 | 1001111 | 1001100 |
Color Harmonies of #A593F2
Complementary color
Monochromatic Colors of #A593F2
Black with #A593F2
Text Example
Text Example
White with #A593F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A593F2; }
p { color: rgb(165,147,242); }
H1.HeaderClassName
{
color: #A593F2;
}
.AnyTagClassName
{
color: #A593F2;
}
</style>
background-color css
<style>
a { background-color: #A593F2; }
a { background-color: rgb(165,147,242); }
div.DivClassName
{
background-color: #A593F2;
}
.BgClassName
{
background-color: #A593F2;
}
</style>
border-color css
<style>
span { border-color: #A593F2; }
span { border-color: rgb(165,147,242); }
td.TdClassName
{
border-color: #A593F2;
}
.TagClassName
{
border-color: #A593F2;
}
</style>