Shades of Biloba Flower #A28CED
Tints of Biloba Flower #A28CED
RGB
CMYK
RGB Variations
Color information
#A28CED (or 0xA28CED) is known color: Biloba Flower. HEX triplet: A2, 8C and ED. RGB value is (162,140,237). Sum of RGB (Red+Green+Blue) = 162+140+237=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #A28CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28CED is #5D7312. Grayscale: #9D9D9D. Windows color (decimal): -6124307 or 15568034. OLE color: 15568034.
HSL color Cylindrical-coordinate representation of color #A28CED: hue angle of 253.61º degrees, saturation: 0.73, 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 #A28CED is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 140 | 237 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.07 |
| HSL | 253.61º | 0.73% | 0.74% | - |
| HSV(B) | 253.61º | 0.41% | 0.93% | - |
| XYZ | 39.56 | 32.55 | 84.32 | - |
| YUV | 157.64 | 172.79 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 237 | 0.32 | 0.41 | 0 | 0.07 | 253.61 | 0.73 | 0.74 |
| Hex | A2 | 8C | ED | 20 | 29 | 0 | 7 | FE | 49 | 4A |
| Octal | 242 | 214 | 355 | 40 | 51 | 0 | 7 | 376 | 111 | 112 |
| Binary | 10100010 | 10001100 | 11101101 | 100000 | 101001 | 0 | 111 | 11111110 | 1001001 | 1001010 |
Color Harmonies of #A28CED
Complementary color
Monochromatic Colors of #A28CED
Black with #A28CED
Text Example
Text Example
White with #A28CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CED; }
p { color: rgb(162,140,237); }
H1.HeaderClassName
{
color: #A28CED;
}
.AnyTagClassName
{
color: #A28CED;
}
</style>
background-color css
<style>
a { background-color: #A28CED; }
a { background-color: rgb(162,140,237); }
div.DivClassName
{
background-color: #A28CED;
}
.BgClassName
{
background-color: #A28CED;
}
</style>
border-color css
<style>
span { border-color: #A28CED; }
span { border-color: rgb(162,140,237); }
td.TdClassName
{
border-color: #A28CED;
}
.TagClassName
{
border-color: #A28CED;
}
</style>