Shades of Biloba Flower #A48AD2
Tints of Biloba Flower #A48AD2
RGB
CMYK
RGB Variations
Color information
#A48AD2 (or 0xA48AD2) is known color: Biloba Flower. HEX triplet: A4, 8A and D2. RGB value is (164,138,210). Sum of RGB (Red+Green+Blue) = 164+138+210=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 210 - color contains mainly: blue. Hex color #A48AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48AD2 is #5B752D. Grayscale: #999999. Windows color (decimal): -5993774 or 13798052. OLE color: 13798052.
HSL color Cylindrical-coordinate representation of color #A48AD2: hue angle of 261.67º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A48AD2 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 138 | 210 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.18 |
| HSL | 261.67º | 0.44% | 0.68% | - |
| HSV(B) | 261.67º | 0.34% | 0.82% | - |
| XYZ | 36.03 | 30.72 | 65 | - |
| YUV | 153.98 | 159.61 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 210 | 0.22 | 0.34 | 0 | 0.18 | 261.67 | 0.44 | 0.68 |
| Hex | A4 | 8A | D2 | 16 | 22 | 0 | 12 | 106 | 2C | 44 |
| Octal | 244 | 212 | 322 | 26 | 42 | 0 | 22 | 406 | 54 | 104 |
| Binary | 10100100 | 10001010 | 11010010 | 10110 | 100010 | 0 | 10010 | 100000110 | 101100 | 1000100 |
Color Harmonies of #A48AD2
Complementary color
Monochromatic Colors of #A48AD2
Black with #A48AD2
Text Example
Text Example
White with #A48AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48AD2; }
p { color: rgb(164,138,210); }
H1.HeaderClassName
{
color: #A48AD2;
}
.AnyTagClassName
{
color: #A48AD2;
}
</style>
background-color css
<style>
a { background-color: #A48AD2; }
a { background-color: rgb(164,138,210); }
div.DivClassName
{
background-color: #A48AD2;
}
.BgClassName
{
background-color: #A48AD2;
}
</style>
border-color css
<style>
span { border-color: #A48AD2; }
span { border-color: rgb(164,138,210); }
td.TdClassName
{
border-color: #A48AD2;
}
.TagClassName
{
border-color: #A48AD2;
}
</style>