Shades of Biloba Flower #A28BE7
Tints of Biloba Flower #A28BE7
RGB
CMYK
RGB Variations
Color information
#A28BE7 (or 0xA28BE7) is known color: Biloba Flower. HEX triplet: A2, 8B and E7. RGB value is (162,139,231). Sum of RGB (Red+Green+Blue) = 162+139+231=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #A28BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28BE7 is #5D7418. Grayscale: #9C9C9C. Windows color (decimal): -6124569 or 15174562. OLE color: 15174562.
HSL color Cylindrical-coordinate representation of color #A28BE7: hue angle of 255º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A28BE7 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 139 | 231 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.09 |
| HSL | 255º | 0.66% | 0.73% | - |
| HSV(B) | 255º | 0.4% | 0.91% | - |
| XYZ | 38.56 | 31.92 | 79.73 | - |
| YUV | 156.37 | 170.12 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 231 | 0.30 | 0.40 | 0 | 0.09 | 255 | 0.66 | 0.73 |
| Hex | A2 | 8B | E7 | 1E | 28 | 0 | 9 | FF | 42 | 49 |
| Octal | 242 | 213 | 347 | 36 | 50 | 0 | 11 | 377 | 102 | 111 |
| Binary | 10100010 | 10001011 | 11100111 | 11110 | 101000 | 0 | 1001 | 11111111 | 1000010 | 1001001 |
Color Harmonies of #A28BE7
Complementary color
Monochromatic Colors of #A28BE7
Black with #A28BE7
Text Example
Text Example
White with #A28BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28BE7; }
p { color: rgb(162,139,231); }
H1.HeaderClassName
{
color: #A28BE7;
}
.AnyTagClassName
{
color: #A28BE7;
}
</style>
background-color css
<style>
a { background-color: #A28BE7; }
a { background-color: rgb(162,139,231); }
div.DivClassName
{
background-color: #A28BE7;
}
.BgClassName
{
background-color: #A28BE7;
}
</style>
border-color css
<style>
span { border-color: #A28BE7; }
span { border-color: rgb(162,139,231); }
td.TdClassName
{
border-color: #A28BE7;
}
.TagClassName
{
border-color: #A28BE7;
}
</style>