Shades of Biloba Flower #A28AE6
Tints of Biloba Flower #A28AE6
RGB
CMYK
RGB Variations
Color information
#A28AE6 (or 0xA28AE6) is known color: Biloba Flower. HEX triplet: A2, 8A and E6. RGB value is (162,138,230). Sum of RGB (Red+Green+Blue) = 162+138+230=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #A28AE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28AE6 is #5D7519. Grayscale: #9B9B9B. Windows color (decimal): -6124826 or 15108770. OLE color: 15108770.
HSL color Cylindrical-coordinate representation of color #A28AE6: hue angle of 255.65º degrees, saturation: 0.65, 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 #A28AE6 is Cyan = 0.30, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 138 | 230 | - |
| CMYK | 0.30 | 0.4 | 0 | 0.10 |
| HSL | 255.65º | 0.65% | 0.72% | - |
| HSV(B) | 255.65º | 0.4% | 0.9% | - |
| XYZ | 38.27 | 31.57 | 78.94 | - |
| YUV | 155.66 | 169.95 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 230 | 0.30 | 0.4 | 0 | 0.10 | 255.65 | 0.65 | 0.72 |
| Hex | A2 | 8A | E6 | 1E | 28 | 0 | A | 100 | 41 | 48 |
| Octal | 242 | 212 | 346 | 36 | 50 | 0 | 12 | 400 | 101 | 110 |
| Binary | 10100010 | 10001010 | 11100110 | 11110 | 101000 | 0 | 1010 | 100000000 | 1000001 | 1001000 |
Color Harmonies of #A28AE6
Complementary color
Monochromatic Colors of #A28AE6
Black with #A28AE6
Text Example
Text Example
White with #A28AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28AE6; }
p { color: rgb(162,138,230); }
H1.HeaderClassName
{
color: #A28AE6;
}
.AnyTagClassName
{
color: #A28AE6;
}
</style>
background-color css
<style>
a { background-color: #A28AE6; }
a { background-color: rgb(162,138,230); }
div.DivClassName
{
background-color: #A28AE6;
}
.BgClassName
{
background-color: #A28AE6;
}
</style>
border-color css
<style>
span { border-color: #A28AE6; }
span { border-color: rgb(162,138,230); }
td.TdClassName
{
border-color: #A28AE6;
}
.TagClassName
{
border-color: #A28AE6;
}
</style>