Shades of Biloba Flower #A393E6
Tints of Biloba Flower #A393E6
RGB
CMYK
RGB Variations
Color information
#A393E6 (or 0xA393E6) is known color: Biloba Flower. HEX triplet: A3, 93 and E6. RGB value is (163,147,230). Sum of RGB (Red+Green+Blue) = 163+147+230=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #A393E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393E6 is #5C6C19. Grayscale: #A0A0A0. Windows color (decimal): -6056986 or 15111075. OLE color: 15111075.
HSL color Cylindrical-coordinate representation of color #A393E6: hue angle of 251.57º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A393E6 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 147 | 230 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.10 |
| HSL | 251.57º | 0.62% | 0.74% | - |
| HSV(B) | 251.57º | 0.36% | 0.9% | - |
| XYZ | 39.82 | 34.37 | 79.4 | - |
| YUV | 161.25 | 166.8 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 230 | 0.29 | 0.36 | 0 | 0.10 | 251.57 | 0.62 | 0.74 |
| Hex | A3 | 93 | E6 | 1D | 24 | 0 | A | FC | 3E | 4A |
| Octal | 243 | 223 | 346 | 35 | 44 | 0 | 12 | 374 | 76 | 112 |
| Binary | 10100011 | 10010011 | 11100110 | 11101 | 100100 | 0 | 1010 | 11111100 | 111110 | 1001010 |
Color Harmonies of #A393E6
Complementary color
Monochromatic Colors of #A393E6
Black with #A393E6
Text Example
Text Example
White with #A393E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A393E6; }
p { color: rgb(163,147,230); }
H1.HeaderClassName
{
color: #A393E6;
}
.AnyTagClassName
{
color: #A393E6;
}
</style>
background-color css
<style>
a { background-color: #A393E6; }
a { background-color: rgb(163,147,230); }
div.DivClassName
{
background-color: #A393E6;
}
.BgClassName
{
background-color: #A393E6;
}
</style>
border-color css
<style>
span { border-color: #A393E6; }
span { border-color: rgb(163,147,230); }
td.TdClassName
{
border-color: #A393E6;
}
.TagClassName
{
border-color: #A393E6;
}
</style>