Shades of Biloba Flower #A38AEF
Tints of Biloba Flower #A38AEF
RGB
CMYK
RGB Variations
Color information
#A38AEF (or 0xA38AEF) is known color: Biloba Flower. HEX triplet: A3, 8A and EF. RGB value is (163,138,239). Sum of RGB (Red+Green+Blue) = 163+138+239=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #A38AEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38AEF is #5C7510. Grayscale: #9C9C9C. Windows color (decimal): -6059281 or 15698595. OLE color: 15698595.
HSL color Cylindrical-coordinate representation of color #A38AEF: hue angle of 254.85º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A38AEF is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 138 | 239 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.06 |
| HSL | 254.85º | 0.76% | 0.74% | - |
| HSV(B) | 254.85º | 0.42% | 0.94% | - |
| XYZ | 39.77 | 32.2 | 85.78 | - |
| YUV | 156.99 | 174.28 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 239 | 0.32 | 0.42 | 0 | 0.06 | 254.85 | 0.76 | 0.74 |
| Hex | A3 | 8A | EF | 20 | 2A | 0 | 6 | FF | 4C | 4A |
| Octal | 243 | 212 | 357 | 40 | 52 | 0 | 6 | 377 | 114 | 112 |
| Binary | 10100011 | 10001010 | 11101111 | 100000 | 101010 | 0 | 110 | 11111111 | 1001100 | 1001010 |
Color Harmonies of #A38AEF
Complementary color
Monochromatic Colors of #A38AEF
Black with #A38AEF
Text Example
Text Example
White with #A38AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38AEF; }
p { color: rgb(163,138,239); }
H1.HeaderClassName
{
color: #A38AEF;
}
.AnyTagClassName
{
color: #A38AEF;
}
</style>
background-color css
<style>
a { background-color: #A38AEF; }
a { background-color: rgb(163,138,239); }
div.DivClassName
{
background-color: #A38AEF;
}
.BgClassName
{
background-color: #A38AEF;
}
</style>
border-color css
<style>
span { border-color: #A38AEF; }
span { border-color: rgb(163,138,239); }
td.TdClassName
{
border-color: #A38AEF;
}
.TagClassName
{
border-color: #A38AEF;
}
</style>