Shades of Biloba Flower #A28CE7
Tints of Biloba Flower #A28CE7
RGB
CMYK
RGB Variations
Color information
#A28CE7 (or 0xA28CE7) is known color: Biloba Flower. HEX triplet: A2, 8C and E7. RGB value is (162,140,231). Sum of RGB (Red+Green+Blue) = 162+140+231=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 231 (90.62% from 255 or 43.34% from 533); Max value from RGB is 231 - color contains mainly: blue. Hex color #A28CE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28CE7 is #5D7318. Grayscale: #9C9C9C. Windows color (decimal): -6124313 or 15174818. OLE color: 15174818.
HSL color Cylindrical-coordinate representation of color #A28CE7: hue angle of 254.51º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A28CE7 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 140 | 231 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.09 |
| HSL | 254.51º | 0.65% | 0.73% | - |
| HSV(B) | 254.51º | 0.39% | 0.91% | - |
| XYZ | 38.7 | 32.21 | 79.78 | - |
| YUV | 156.95 | 169.79 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 231 | 0.30 | 0.39 | 0 | 0.09 | 254.51 | 0.65 | 0.73 |
| Hex | A2 | 8C | E7 | 1E | 27 | 0 | 9 | FF | 41 | 49 |
| Octal | 242 | 214 | 347 | 36 | 47 | 0 | 11 | 377 | 101 | 111 |
| Binary | 10100010 | 10001100 | 11100111 | 11110 | 100111 | 0 | 1001 | 11111111 | 1000001 | 1001001 |
Color Harmonies of #A28CE7
Complementary color
Monochromatic Colors of #A28CE7
Black with #A28CE7
Text Example
Text Example
White with #A28CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CE7; }
p { color: rgb(162,140,231); }
H1.HeaderClassName
{
color: #A28CE7;
}
.AnyTagClassName
{
color: #A28CE7;
}
</style>
background-color css
<style>
a { background-color: #A28CE7; }
a { background-color: rgb(162,140,231); }
div.DivClassName
{
background-color: #A28CE7;
}
.BgClassName
{
background-color: #A28CE7;
}
</style>
border-color css
<style>
span { border-color: #A28CE7; }
span { border-color: rgb(162,140,231); }
td.TdClassName
{
border-color: #A28CE7;
}
.TagClassName
{
border-color: #A28CE7;
}
</style>