Shades of Biloba Flower #A28EDA
Tints of Biloba Flower #A28EDA
RGB
CMYK
RGB Variations
Color information
#A28EDA (or 0xA28EDA) is known color: Biloba Flower. HEX triplet: A2, 8E and DA. RGB value is (162,142,218). Sum of RGB (Red+Green+Blue) = 162+142+218=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #A28EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28EDA is #5D7125. Grayscale: #9C9C9C. Windows color (decimal): -6123814 or 14323362. OLE color: 14323362.
HSL color Cylindrical-coordinate representation of color #A28EDA: hue angle of 255.79º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A28EDA is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 142 | 218 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.15 |
| HSL | 255.79º | 0.51% | 0.71% | - |
| HSV(B) | 255.79º | 0.35% | 0.85% | - |
| XYZ | 37.23 | 32.09 | 70.56 | - |
| YUV | 156.64 | 162.63 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 218 | 0.26 | 0.35 | 0 | 0.15 | 255.79 | 0.51 | 0.71 |
| Hex | A2 | 8E | DA | 1A | 23 | 0 | F | 100 | 33 | 47 |
| Octal | 242 | 216 | 332 | 32 | 43 | 0 | 17 | 400 | 63 | 107 |
| Binary | 10100010 | 10001110 | 11011010 | 11010 | 100011 | 0 | 1111 | 100000000 | 110011 | 1000111 |
Color Harmonies of #A28EDA
Complementary color
Monochromatic Colors of #A28EDA
Black with #A28EDA
Text Example
Text Example
White with #A28EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28EDA; }
p { color: rgb(162,142,218); }
H1.HeaderClassName
{
color: #A28EDA;
}
.AnyTagClassName
{
color: #A28EDA;
}
</style>
background-color css
<style>
a { background-color: #A28EDA; }
a { background-color: rgb(162,142,218); }
div.DivClassName
{
background-color: #A28EDA;
}
.BgClassName
{
background-color: #A28EDA;
}
</style>
border-color css
<style>
span { border-color: #A28EDA; }
span { border-color: rgb(162,142,218); }
td.TdClassName
{
border-color: #A28EDA;
}
.TagClassName
{
border-color: #A28EDA;
}
</style>