Shades of Biloba Flower #A38FF2
Tints of Biloba Flower #A38FF2
RGB
CMYK
RGB Variations
Color information
#A38FF2 (or 0xA38FF2) is known color: Biloba Flower. HEX triplet: A3, 8F and F2. RGB value is (163,143,242). Sum of RGB (Red+Green+Blue) = 163+143+242=548 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.74% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #A38FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38FF2 is #5C700D. Grayscale: #9F9F9F. Windows color (decimal): -6057998 or 15896483. OLE color: 15896483.
HSL color Cylindrical-coordinate representation of color #A38FF2: hue angle of 252.12º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A38FF2 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 143 | 242 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.05 |
| HSL | 252.12º | 0.79% | 0.75% | - |
| HSV(B) | 252.12º | 0.41% | 0.95% | - |
| XYZ | 40.95 | 33.84 | 88.38 | - |
| YUV | 160.27 | 174.13 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 242 | 0.33 | 0.41 | 0 | 0.05 | 252.12 | 0.79 | 0.75 |
| Hex | A3 | 8F | F2 | 21 | 29 | 0 | 5 | FC | 4F | 4B |
| Octal | 243 | 217 | 362 | 41 | 51 | 0 | 5 | 374 | 117 | 113 |
| Binary | 10100011 | 10001111 | 11110010 | 100001 | 101001 | 0 | 101 | 11111100 | 1001111 | 1001011 |
Color Harmonies of #A38FF2
Complementary color
Monochromatic Colors of #A38FF2
Black with #A38FF2
Text Example
Text Example
White with #A38FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38FF2; }
p { color: rgb(163,143,242); }
H1.HeaderClassName
{
color: #A38FF2;
}
.AnyTagClassName
{
color: #A38FF2;
}
</style>
background-color css
<style>
a { background-color: #A38FF2; }
a { background-color: rgb(163,143,242); }
div.DivClassName
{
background-color: #A38FF2;
}
.BgClassName
{
background-color: #A38FF2;
}
</style>
border-color css
<style>
span { border-color: #A38FF2; }
span { border-color: rgb(163,143,242); }
td.TdClassName
{
border-color: #A38FF2;
}
.TagClassName
{
border-color: #A38FF2;
}
</style>