Shades of Biloba Flower #A28CEA
Tints of Biloba Flower #A28CEA
RGB
CMYK
RGB Variations
Color information
#A28CEA (or 0xA28CEA) is known color: Biloba Flower. HEX triplet: A2, 8C and EA. RGB value is (162,140,234). Sum of RGB (Red+Green+Blue) = 162+140+234=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #A28CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28CEA is #5D7315. Grayscale: #9C9C9C. Windows color (decimal): -6124310 or 15371426. OLE color: 15371426.
HSL color Cylindrical-coordinate representation of color #A28CEA: hue angle of 254.04º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A28CEA is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 140 | 234 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.08 |
| HSL | 254.04º | 0.69% | 0.73% | - |
| HSV(B) | 254.04º | 0.4% | 0.92% | - |
| XYZ | 39.13 | 32.38 | 82.03 | - |
| YUV | 157.29 | 171.29 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 234 | 0.31 | 0.40 | 0 | 0.08 | 254.04 | 0.69 | 0.73 |
| Hex | A2 | 8C | EA | 1F | 28 | 0 | 8 | FE | 45 | 49 |
| Octal | 242 | 214 | 352 | 37 | 50 | 0 | 10 | 376 | 105 | 111 |
| Binary | 10100010 | 10001100 | 11101010 | 11111 | 101000 | 0 | 1000 | 11111110 | 1000101 | 1001001 |
Color Harmonies of #A28CEA
Complementary color
Monochromatic Colors of #A28CEA
Black with #A28CEA
Text Example
Text Example
White with #A28CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CEA; }
p { color: rgb(162,140,234); }
H1.HeaderClassName
{
color: #A28CEA;
}
.AnyTagClassName
{
color: #A28CEA;
}
</style>
background-color css
<style>
a { background-color: #A28CEA; }
a { background-color: rgb(162,140,234); }
div.DivClassName
{
background-color: #A28CEA;
}
.BgClassName
{
background-color: #A28CEA;
}
</style>
border-color css
<style>
span { border-color: #A28CEA; }
span { border-color: rgb(162,140,234); }
td.TdClassName
{
border-color: #A28CEA;
}
.TagClassName
{
border-color: #A28CEA;
}
</style>