Shades of Biloba Flower #A28CEB
Tints of Biloba Flower #A28CEB
RGB
CMYK
RGB Variations
Color information
#A28CEB (or 0xA28CEB) is known color: Biloba Flower. HEX triplet: A2, 8C and EB. RGB value is (162,140,235). Sum of RGB (Red+Green+Blue) = 162+140+235=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #A28CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28CEB is #5D7314. Grayscale: #9D9D9D. Windows color (decimal): -6124309 or 15436962. OLE color: 15436962.
HSL color Cylindrical-coordinate representation of color #A28CEB: hue angle of 253.89º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A28CEB is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 140 | 235 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.08 |
| HSL | 253.89º | 0.7% | 0.74% | - |
| HSV(B) | 253.89º | 0.4% | 0.92% | - |
| XYZ | 39.27 | 32.44 | 82.79 | - |
| YUV | 157.41 | 171.79 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 235 | 0.31 | 0.40 | 0 | 0.08 | 253.89 | 0.7 | 0.74 |
| Hex | A2 | 8C | EB | 1F | 28 | 0 | 8 | FE | 46 | 4A |
| Octal | 242 | 214 | 353 | 37 | 50 | 0 | 10 | 376 | 106 | 112 |
| Binary | 10100010 | 10001100 | 11101011 | 11111 | 101000 | 0 | 1000 | 11111110 | 1000110 | 1001010 |
Color Harmonies of #A28CEB
Complementary color
Monochromatic Colors of #A28CEB
Black with #A28CEB
Text Example
Text Example
White with #A28CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CEB; }
p { color: rgb(162,140,235); }
H1.HeaderClassName
{
color: #A28CEB;
}
.AnyTagClassName
{
color: #A28CEB;
}
</style>
background-color css
<style>
a { background-color: #A28CEB; }
a { background-color: rgb(162,140,235); }
div.DivClassName
{
background-color: #A28CEB;
}
.BgClassName
{
background-color: #A28CEB;
}
</style>
border-color css
<style>
span { border-color: #A28CEB; }
span { border-color: rgb(162,140,235); }
td.TdClassName
{
border-color: #A28CEB;
}
.TagClassName
{
border-color: #A28CEB;
}
</style>