Shades of Biloba Flower #A28CEC
Tints of Biloba Flower #A28CEC
RGB
CMYK
RGB Variations
Color information
#A28CEC (or 0xA28CEC) is known color: Biloba Flower. HEX triplet: A2, 8C and EC. RGB value is (162,140,236). Sum of RGB (Red+Green+Blue) = 162+140+236=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #A28CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28CEC is #5D7313. Grayscale: #9D9D9D. Windows color (decimal): -6124308 or 15502498. OLE color: 15502498.
HSL color Cylindrical-coordinate representation of color #A28CEC: hue angle of 253.75º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A28CEC is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 140 | 236 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.07 |
| HSL | 253.75º | 0.72% | 0.74% | - |
| HSV(B) | 253.75º | 0.41% | 0.93% | - |
| XYZ | 39.42 | 32.49 | 83.55 | - |
| YUV | 157.52 | 172.29 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 236 | 0.31 | 0.41 | 0 | 0.07 | 253.75 | 0.72 | 0.74 |
| Hex | A2 | 8C | EC | 1F | 29 | 0 | 7 | FE | 48 | 4A |
| Octal | 242 | 214 | 354 | 37 | 51 | 0 | 7 | 376 | 110 | 112 |
| Binary | 10100010 | 10001100 | 11101100 | 11111 | 101001 | 0 | 111 | 11111110 | 1001000 | 1001010 |
Color Harmonies of #A28CEC
Complementary color
Monochromatic Colors of #A28CEC
Black with #A28CEC
Text Example
Text Example
White with #A28CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CEC; }
p { color: rgb(162,140,236); }
H1.HeaderClassName
{
color: #A28CEC;
}
.AnyTagClassName
{
color: #A28CEC;
}
</style>
background-color css
<style>
a { background-color: #A28CEC; }
a { background-color: rgb(162,140,236); }
div.DivClassName
{
background-color: #A28CEC;
}
.BgClassName
{
background-color: #A28CEC;
}
</style>
border-color css
<style>
span { border-color: #A28CEC; }
span { border-color: rgb(162,140,236); }
td.TdClassName
{
border-color: #A28CEC;
}
.TagClassName
{
border-color: #A28CEC;
}
</style>