Shades of Biloba Flower #A28AE5
Tints of Biloba Flower #A28AE5
RGB
CMYK
RGB Variations
Color information
#A28AE5 (or 0xA28AE5) is known color: Biloba Flower. HEX triplet: A2, 8A and E5. RGB value is (162,138,229). Sum of RGB (Red+Green+Blue) = 162+138+229=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #A28AE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28AE5 is #5D751A. Grayscale: #9B9B9B. Windows color (decimal): -6124827 or 15043234. OLE color: 15043234.
HSL color Cylindrical-coordinate representation of color #A28AE5: hue angle of 255.82º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A28AE5 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 138 | 229 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.10 |
| HSL | 255.82º | 0.64% | 0.72% | - |
| HSV(B) | 255.82º | 0.4% | 0.9% | - |
| XYZ | 38.13 | 31.52 | 78.2 | - |
| YUV | 155.55 | 169.45 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 229 | 0.29 | 0.40 | 0 | 0.10 | 255.82 | 0.64 | 0.72 |
| Hex | A2 | 8A | E5 | 1D | 28 | 0 | A | 100 | 40 | 48 |
| Octal | 242 | 212 | 345 | 35 | 50 | 0 | 12 | 400 | 100 | 110 |
| Binary | 10100010 | 10001010 | 11100101 | 11101 | 101000 | 0 | 1010 | 100000000 | 1000000 | 1001000 |
Color Harmonies of #A28AE5
Complementary color
Monochromatic Colors of #A28AE5
Black with #A28AE5
Text Example
Text Example
White with #A28AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28AE5; }
p { color: rgb(162,138,229); }
H1.HeaderClassName
{
color: #A28AE5;
}
.AnyTagClassName
{
color: #A28AE5;
}
</style>
background-color css
<style>
a { background-color: #A28AE5; }
a { background-color: rgb(162,138,229); }
div.DivClassName
{
background-color: #A28AE5;
}
.BgClassName
{
background-color: #A28AE5;
}
</style>
border-color css
<style>
span { border-color: #A28AE5; }
span { border-color: rgb(162,138,229); }
td.TdClassName
{
border-color: #A28AE5;
}
.TagClassName
{
border-color: #A28AE5;
}
</style>