Shades of Biloba Flower #A38ADC
Tints of Biloba Flower #A38ADC
RGB
CMYK
RGB Variations
Color information
#A38ADC (or 0xA38ADC) is known color: Biloba Flower. HEX triplet: A3, 8A and DC. RGB value is (163,138,220). Sum of RGB (Red+Green+Blue) = 163+138+220=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #A38ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ADC is #5C7523. Grayscale: #9A9A9A. Windows color (decimal): -6059300 or 14453411. OLE color: 14453411.
HSL color Cylindrical-coordinate representation of color #A38ADC: hue angle of 258.29º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A38ADC is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 138 | 220 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.14 |
| HSL | 258.29º | 0.54% | 0.7% | - |
| HSV(B) | 258.29º | 0.37% | 0.86% | - |
| XYZ | 37.11 | 31.13 | 71.76 | - |
| YUV | 154.82 | 164.78 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 220 | 0.26 | 0.37 | 0 | 0.14 | 258.29 | 0.54 | 0.7 |
| Hex | A3 | 8A | DC | 1A | 25 | 0 | E | 102 | 36 | 46 |
| Octal | 243 | 212 | 334 | 32 | 45 | 0 | 16 | 402 | 66 | 106 |
| Binary | 10100011 | 10001010 | 11011100 | 11010 | 100101 | 0 | 1110 | 100000010 | 110110 | 1000110 |
Color Harmonies of #A38ADC
Complementary color
Monochromatic Colors of #A38ADC
Black with #A38ADC
Text Example
Text Example
White with #A38ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38ADC; }
p { color: rgb(163,138,220); }
H1.HeaderClassName
{
color: #A38ADC;
}
.AnyTagClassName
{
color: #A38ADC;
}
</style>
background-color css
<style>
a { background-color: #A38ADC; }
a { background-color: rgb(163,138,220); }
div.DivClassName
{
background-color: #A38ADC;
}
.BgClassName
{
background-color: #A38ADC;
}
</style>
border-color css
<style>
span { border-color: #A38ADC; }
span { border-color: rgb(163,138,220); }
td.TdClassName
{
border-color: #A38ADC;
}
.TagClassName
{
border-color: #A38ADC;
}
</style>