Shades of Biloba Flower #A293CD
Tints of Biloba Flower #A293CD
RGB
CMYK
RGB Variations
Color information
#A293CD (or 0xA293CD) is known color: Biloba Flower. HEX triplet: A2, 93 and CD. RGB value is (162,147,205). Sum of RGB (Red+Green+Blue) = 162+147+205=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #A293CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A293CD is #5D6C32. Grayscale: #9D9D9D. Windows color (decimal): -6122547 or 13472674. OLE color: 13472674.
HSL color Cylindrical-coordinate representation of color #A293CD: hue angle of 255.52º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A293CD is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 147 | 205 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.20 |
| HSL | 255.52º | 0.37% | 0.69% | - |
| HSV(B) | 255.52º | 0.28% | 0.8% | - |
| XYZ | 36.35 | 32.96 | 62.2 | - |
| YUV | 158.1 | 154.47 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 205 | 0.21 | 0.28 | 0 | 0.20 | 255.52 | 0.37 | 0.69 |
| Hex | A2 | 93 | CD | 15 | 1C | 0 | 14 | 100 | 25 | 45 |
| Octal | 242 | 223 | 315 | 25 | 34 | 0 | 24 | 400 | 45 | 105 |
| Binary | 10100010 | 10010011 | 11001101 | 10101 | 11100 | 0 | 10100 | 100000000 | 100101 | 1000101 |
Color Harmonies of #A293CD
Complementary color
Monochromatic Colors of #A293CD
Black with #A293CD
Text Example
Text Example
White with #A293CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A293CD; }
p { color: rgb(162,147,205); }
H1.HeaderClassName
{
color: #A293CD;
}
.AnyTagClassName
{
color: #A293CD;
}
</style>
background-color css
<style>
a { background-color: #A293CD; }
a { background-color: rgb(162,147,205); }
div.DivClassName
{
background-color: #A293CD;
}
.BgClassName
{
background-color: #A293CD;
}
</style>
border-color css
<style>
span { border-color: #A293CD; }
span { border-color: rgb(162,147,205); }
td.TdClassName
{
border-color: #A293CD;
}
.TagClassName
{
border-color: #A293CD;
}
</style>