Shades of Biloba Flower #A28FDC
Tints of Biloba Flower #A28FDC
RGB
CMYK
RGB Variations
Color information
#A28FDC (or 0xA28FDC) is known color: Biloba Flower. HEX triplet: A2, 8F and DC. RGB value is (162,143,220). Sum of RGB (Red+Green+Blue) = 162+143+220=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #A28FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FDC is #5D7023. Grayscale: #9D9D9D. Windows color (decimal): -6123556 or 14454690. OLE color: 14454690.
HSL color Cylindrical-coordinate representation of color #A28FDC: hue angle of 254.81º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A28FDC is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 143 | 220 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.14 |
| HSL | 254.81º | 0.52% | 0.71% | - |
| HSV(B) | 254.81º | 0.35% | 0.86% | - |
| XYZ | 37.64 | 32.49 | 72 | - |
| YUV | 157.46 | 163.29 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 220 | 0.26 | 0.35 | 0 | 0.14 | 254.81 | 0.52 | 0.71 |
| Hex | A2 | 8F | DC | 1A | 23 | 0 | E | FF | 34 | 47 |
| Octal | 242 | 217 | 334 | 32 | 43 | 0 | 16 | 377 | 64 | 107 |
| Binary | 10100010 | 10001111 | 11011100 | 11010 | 100011 | 0 | 1110 | 11111111 | 110100 | 1000111 |
Color Harmonies of #A28FDC
Complementary color
Monochromatic Colors of #A28FDC
Black with #A28FDC
Text Example
Text Example
White with #A28FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28FDC; }
p { color: rgb(162,143,220); }
H1.HeaderClassName
{
color: #A28FDC;
}
.AnyTagClassName
{
color: #A28FDC;
}
</style>
background-color css
<style>
a { background-color: #A28FDC; }
a { background-color: rgb(162,143,220); }
div.DivClassName
{
background-color: #A28FDC;
}
.BgClassName
{
background-color: #A28FDC;
}
</style>
border-color css
<style>
span { border-color: #A28FDC; }
span { border-color: rgb(162,143,220); }
td.TdClassName
{
border-color: #A28FDC;
}
.TagClassName
{
border-color: #A28FDC;
}
</style>