Shades of Medium Purple #A38AF4
Tints of Medium Purple #A38AF4
RGB
CMYK
RGB Variations
Color information
#A38AF4 (or 0xA38AF4) is known color: Medium Purple. HEX triplet: A3, 8A and F4. RGB value is (163,138,244). Sum of RGB (Red+Green+Blue) = 163+138+244=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #A38AF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38AF4 is #5C750B. Grayscale: #9D9D9D. Windows color (decimal): -6059276 or 16026275. OLE color: 16026275.
HSL color Cylindrical-coordinate representation of color #A38AF4: hue angle of 254.15º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A38AF4 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 138 | 244 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.04 |
| HSL | 254.15º | 0.83% | 0.75% | - |
| HSV(B) | 254.15º | 0.43% | 0.96% | - |
| XYZ | 40.52 | 32.5 | 89.72 | - |
| YUV | 157.56 | 176.78 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 244 | 0.33 | 0.43 | 0 | 0.04 | 254.15 | 0.83 | 0.75 |
| Hex | A3 | 8A | F4 | 21 | 2B | 0 | 4 | FE | 53 | 4B |
| Octal | 243 | 212 | 364 | 41 | 53 | 0 | 4 | 376 | 123 | 113 |
| Binary | 10100011 | 10001010 | 11110100 | 100001 | 101011 | 0 | 100 | 11111110 | 1010011 | 1001011 |
Color Harmonies of #A38AF4
Complementary color
Monochromatic Colors of #A38AF4
Black with #A38AF4
Text Example
Text Example
White with #A38AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38AF4; }
p { color: rgb(163,138,244); }
H1.HeaderClassName
{
color: #A38AF4;
}
.AnyTagClassName
{
color: #A38AF4;
}
</style>
background-color css
<style>
a { background-color: #A38AF4; }
a { background-color: rgb(163,138,244); }
div.DivClassName
{
background-color: #A38AF4;
}
.BgClassName
{
background-color: #A38AF4;
}
</style>
border-color css
<style>
span { border-color: #A38AF4; }
span { border-color: rgb(163,138,244); }
td.TdClassName
{
border-color: #A38AF4;
}
.TagClassName
{
border-color: #A38AF4;
}
</style>