Shades of Biloba Flower #A28BEA
Tints of Biloba Flower #A28BEA
RGB
CMYK
RGB Variations
Color information
#A28BEA (or 0xA28BEA) is known color: Biloba Flower. HEX triplet: A2, 8B and EA. RGB value is (162,139,234). Sum of RGB (Red+Green+Blue) = 162+139+234=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #A28BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28BEA is #5D7415. Grayscale: #9C9C9C. Windows color (decimal): -6124566 or 15371170. OLE color: 15371170.
HSL color Cylindrical-coordinate representation of color #A28BEA: hue angle of 254.53º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A28BEA is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 139 | 234 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.08 |
| HSL | 254.53º | 0.69% | 0.73% | - |
| HSV(B) | 254.53º | 0.41% | 0.92% | - |
| XYZ | 38.98 | 32.09 | 81.98 | - |
| YUV | 156.71 | 171.62 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 234 | 0.31 | 0.41 | 0 | 0.08 | 254.53 | 0.69 | 0.73 |
| Hex | A2 | 8B | EA | 1F | 29 | 0 | 8 | FF | 45 | 49 |
| Octal | 242 | 213 | 352 | 37 | 51 | 0 | 10 | 377 | 105 | 111 |
| Binary | 10100010 | 10001011 | 11101010 | 11111 | 101001 | 0 | 1000 | 11111111 | 1000101 | 1001001 |
Color Harmonies of #A28BEA
Complementary color
Monochromatic Colors of #A28BEA
Black with #A28BEA
Text Example
Text Example
White with #A28BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28BEA; }
p { color: rgb(162,139,234); }
H1.HeaderClassName
{
color: #A28BEA;
}
.AnyTagClassName
{
color: #A28BEA;
}
</style>
background-color css
<style>
a { background-color: #A28BEA; }
a { background-color: rgb(162,139,234); }
div.DivClassName
{
background-color: #A28BEA;
}
.BgClassName
{
background-color: #A28BEA;
}
</style>
border-color css
<style>
span { border-color: #A28BEA; }
span { border-color: rgb(162,139,234); }
td.TdClassName
{
border-color: #A28BEA;
}
.TagClassName
{
border-color: #A28BEA;
}
</style>