Shades of Biloba Flower #A883DC
Tints of Biloba Flower #A883DC
RGB
CMYK
RGB Variations
Color information
#A883DC (or 0xA883DC) is known color: Biloba Flower. HEX triplet: A8, 83 and DC. RGB value is (168,131,220). Sum of RGB (Red+Green+Blue) = 168+131+220=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #A883DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A883DC is #577C23. Grayscale: #979797. Windows color (decimal): -5733412 or 14451624. OLE color: 14451624.
HSL color Cylindrical-coordinate representation of color #A883DC: hue angle of 264.94º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A883DC is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 131 | 220 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.14 |
| HSL | 264.94º | 0.56% | 0.69% | - |
| HSV(B) | 264.94º | 0.4% | 0.86% | - |
| XYZ | 37.18 | 29.72 | 71.49 | - |
| YUV | 152.21 | 166.26 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 220 | 0.24 | 0.40 | 0 | 0.14 | 264.94 | 0.56 | 0.69 |
| Hex | A8 | 83 | DC | 18 | 28 | 0 | E | 109 | 38 | 45 |
| Octal | 250 | 203 | 334 | 30 | 50 | 0 | 16 | 411 | 70 | 105 |
| Binary | 10101000 | 10000011 | 11011100 | 11000 | 101000 | 0 | 1110 | 100001001 | 111000 | 1000101 |
Color Harmonies of #A883DC
Complementary color
Monochromatic Colors of #A883DC
Black with #A883DC
Text Example
Text Example
White with #A883DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A883DC; }
p { color: rgb(168,131,220); }
H1.HeaderClassName
{
color: #A883DC;
}
.AnyTagClassName
{
color: #A883DC;
}
</style>
background-color css
<style>
a { background-color: #A883DC; }
a { background-color: rgb(168,131,220); }
div.DivClassName
{
background-color: #A883DC;
}
.BgClassName
{
background-color: #A883DC;
}
</style>
border-color css
<style>
span { border-color: #A883DC; }
span { border-color: rgb(168,131,220); }
td.TdClassName
{
border-color: #A883DC;
}
.TagClassName
{
border-color: #A883DC;
}
</style>