Shades of Biloba Flower #A28CDC
Tints of Biloba Flower #A28CDC
RGB
CMYK
RGB Variations
Color information
#A28CDC (or 0xA28CDC) is known color: Biloba Flower. HEX triplet: A2, 8C and DC. RGB value is (162,140,220). Sum of RGB (Red+Green+Blue) = 162+140+220=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #A28CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CDC is #5D7323. Grayscale: #9B9B9B. Windows color (decimal): -6124324 or 14453922. OLE color: 14453922.
HSL color Cylindrical-coordinate representation of color #A28CDC: hue angle of 256.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A28CDC is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 140 | 220 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.14 |
| HSL | 256.5º | 0.53% | 0.71% | - |
| HSV(B) | 256.5º | 0.36% | 0.86% | - |
| XYZ | 37.2 | 31.6 | 71.85 | - |
| YUV | 155.7 | 164.29 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 220 | 0.26 | 0.36 | 0 | 0.14 | 256.5 | 0.53 | 0.71 |
| Hex | A2 | 8C | DC | 1A | 24 | 0 | E | 100 | 35 | 47 |
| Octal | 242 | 214 | 334 | 32 | 44 | 0 | 16 | 400 | 65 | 107 |
| Binary | 10100010 | 10001100 | 11011100 | 11010 | 100100 | 0 | 1110 | 100000000 | 110101 | 1000111 |
Color Harmonies of #A28CDC
Complementary color
Monochromatic Colors of #A28CDC
Black with #A28CDC
Text Example
Text Example
White with #A28CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CDC; }
p { color: rgb(162,140,220); }
H1.HeaderClassName
{
color: #A28CDC;
}
.AnyTagClassName
{
color: #A28CDC;
}
</style>
background-color css
<style>
a { background-color: #A28CDC; }
a { background-color: rgb(162,140,220); }
div.DivClassName
{
background-color: #A28CDC;
}
.BgClassName
{
background-color: #A28CDC;
}
</style>
border-color css
<style>
span { border-color: #A28CDC; }
span { border-color: rgb(162,140,220); }
td.TdClassName
{
border-color: #A28CDC;
}
.TagClassName
{
border-color: #A28CDC;
}
</style>