Shades of Medium Purple #A384E6
Tints of Medium Purple #A384E6
RGB
CMYK
RGB Variations
Color information
#A384E6 (or 0xA384E6) is known color: Medium Purple. HEX triplet: A3, 84 and E6. RGB value is (163,132,230). Sum of RGB (Red+Green+Blue) = 163+132+230=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #A384E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A384E6 is #5C7B19. Grayscale: #989898. Windows color (decimal): -6060826 or 15107235. OLE color: 15107235.
HSL color Cylindrical-coordinate representation of color #A384E6: hue angle of 258.98º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A384E6 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 132 | 230 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.10 |
| HSL | 258.98º | 0.66% | 0.71% | - |
| HSV(B) | 258.98º | 0.43% | 0.9% | - |
| XYZ | 37.64 | 30 | 78.67 | - |
| YUV | 152.44 | 171.77 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 132 | 230 | 0.29 | 0.43 | 0 | 0.10 | 258.98 | 0.66 | 0.71 |
| Hex | A3 | 84 | E6 | 1D | 2B | 0 | A | 103 | 42 | 47 |
| Octal | 243 | 204 | 346 | 35 | 53 | 0 | 12 | 403 | 102 | 107 |
| Binary | 10100011 | 10000100 | 11100110 | 11101 | 101011 | 0 | 1010 | 100000011 | 1000010 | 1000111 |
Color Harmonies of #A384E6
Complementary color
Monochromatic Colors of #A384E6
Black with #A384E6
Text Example
Text Example
White with #A384E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A384E6; }
p { color: rgb(163,132,230); }
H1.HeaderClassName
{
color: #A384E6;
}
.AnyTagClassName
{
color: #A384E6;
}
</style>
background-color css
<style>
a { background-color: #A384E6; }
a { background-color: rgb(163,132,230); }
div.DivClassName
{
background-color: #A384E6;
}
.BgClassName
{
background-color: #A384E6;
}
</style>
border-color css
<style>
span { border-color: #A384E6; }
span { border-color: rgb(163,132,230); }
td.TdClassName
{
border-color: #A384E6;
}
.TagClassName
{
border-color: #A384E6;
}
</style>