Shades of Biloba Flower #A290CE
Tints of Biloba Flower #A290CE
RGB
CMYK
RGB Variations
Color information
#A290CE (or 0xA290CE) is known color: Biloba Flower. HEX triplet: A2, 90 and CE. RGB value is (162,144,206). Sum of RGB (Red+Green+Blue) = 162+144+206=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #A290CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290CE is #5D6F31. Grayscale: #9C9C9C. Windows color (decimal): -6123314 or 13537442. OLE color: 13537442.
HSL color Cylindrical-coordinate representation of color #A290CE: hue angle of 257.42º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A290CE is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 144 | 206 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.19 |
| HSL | 257.42º | 0.39% | 0.69% | - |
| HSV(B) | 257.42º | 0.3% | 0.81% | - |
| XYZ | 36.01 | 32.08 | 62.69 | - |
| YUV | 156.45 | 155.96 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 206 | 0.21 | 0.30 | 0 | 0.19 | 257.42 | 0.39 | 0.69 |
| Hex | A2 | 90 | CE | 15 | 1E | 0 | 13 | 101 | 27 | 45 |
| Octal | 242 | 220 | 316 | 25 | 36 | 0 | 23 | 401 | 47 | 105 |
| Binary | 10100010 | 10010000 | 11001110 | 10101 | 11110 | 0 | 10011 | 100000001 | 100111 | 1000101 |
Color Harmonies of #A290CE
Complementary color
Monochromatic Colors of #A290CE
Black with #A290CE
Text Example
Text Example
White with #A290CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A290CE; }
p { color: rgb(162,144,206); }
H1.HeaderClassName
{
color: #A290CE;
}
.AnyTagClassName
{
color: #A290CE;
}
</style>
background-color css
<style>
a { background-color: #A290CE; }
a { background-color: rgb(162,144,206); }
div.DivClassName
{
background-color: #A290CE;
}
.BgClassName
{
background-color: #A290CE;
}
</style>
border-color css
<style>
span { border-color: #A290CE; }
span { border-color: rgb(162,144,206); }
td.TdClassName
{
border-color: #A290CE;
}
.TagClassName
{
border-color: #A290CE;
}
</style>