Shades of Biloba Flower #A38ADD
Tints of Biloba Flower #A38ADD
RGB
CMYK
RGB Variations
Color information
#A38ADD (or 0xA38ADD) is known color: Biloba Flower. HEX triplet: A3, 8A and DD. RGB value is (163,138,221). Sum of RGB (Red+Green+Blue) = 163+138+221=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #A38ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ADD is #5C7522. Grayscale: #9A9A9A. Windows color (decimal): -6059299 or 14518947. OLE color: 14518947.
HSL color Cylindrical-coordinate representation of color #A38ADD: hue angle of 258.07º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A38ADD is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 138 | 221 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.13 |
| HSL | 258.07º | 0.55% | 0.7% | - |
| HSV(B) | 258.07º | 0.38% | 0.87% | - |
| XYZ | 37.24 | 31.18 | 72.46 | - |
| YUV | 154.94 | 165.28 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 221 | 0.26 | 0.38 | 0 | 0.13 | 258.07 | 0.55 | 0.7 |
| Hex | A3 | 8A | DD | 1A | 26 | 0 | D | 102 | 37 | 46 |
| Octal | 243 | 212 | 335 | 32 | 46 | 0 | 15 | 402 | 67 | 106 |
| Binary | 10100011 | 10001010 | 11011101 | 11010 | 100110 | 0 | 1101 | 100000010 | 110111 | 1000110 |
Color Harmonies of #A38ADD
Complementary color
Monochromatic Colors of #A38ADD
Black with #A38ADD
Text Example
Text Example
White with #A38ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38ADD; }
p { color: rgb(163,138,221); }
H1.HeaderClassName
{
color: #A38ADD;
}
.AnyTagClassName
{
color: #A38ADD;
}
</style>
background-color css
<style>
a { background-color: #A38ADD; }
a { background-color: rgb(163,138,221); }
div.DivClassName
{
background-color: #A38ADD;
}
.BgClassName
{
background-color: #A38ADD;
}
</style>
border-color css
<style>
span { border-color: #A38ADD; }
span { border-color: rgb(163,138,221); }
td.TdClassName
{
border-color: #A38ADD;
}
.TagClassName
{
border-color: #A38ADD;
}
</style>