Shades of Medium Purple #A375E5
Tints of Medium Purple #A375E5
RGB
CMYK
RGB Variations
Color information
#A375E5 (or 0xA375E5) is known color: Medium Purple. HEX triplet: A3, 75 and E5. RGB value is (163,117,229). Sum of RGB (Red+Green+Blue) = 163+117+229=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #A375E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A375E5 is #5C8A1A. Grayscale: #8F8F8F. Windows color (decimal): -6064667 or 15037859. OLE color: 15037859.
HSL color Cylindrical-coordinate representation of color #A375E5: hue angle of 264.64º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A375E5 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 117 | 229 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.10 |
| HSL | 264.64º | 0.68% | 0.68% | - |
| HSV(B) | 264.64º | 0.49% | 0.9% | - |
| XYZ | 35.61 | 26.17 | 77.3 | - |
| YUV | 143.52 | 176.24 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 117 | 229 | 0.29 | 0.49 | 0 | 0.10 | 264.64 | 0.68 | 0.68 |
| Hex | A3 | 75 | E5 | 1D | 31 | 0 | A | 109 | 44 | 44 |
| Octal | 243 | 165 | 345 | 35 | 61 | 0 | 12 | 411 | 104 | 104 |
| Binary | 10100011 | 1110101 | 11100101 | 11101 | 110001 | 0 | 1010 | 100001001 | 1000100 | 1000100 |
Color Harmonies of #A375E5
Complementary color
Monochromatic Colors of #A375E5
Black with #A375E5
Text Example
Text Example
White with #A375E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A375E5; }
p { color: rgb(163,117,229); }
H1.HeaderClassName
{
color: #A375E5;
}
.AnyTagClassName
{
color: #A375E5;
}
</style>
background-color css
<style>
a { background-color: #A375E5; }
a { background-color: rgb(163,117,229); }
div.DivClassName
{
background-color: #A375E5;
}
.BgClassName
{
background-color: #A375E5;
}
</style>
border-color css
<style>
span { border-color: #A375E5; }
span { border-color: rgb(163,117,229); }
td.TdClassName
{
border-color: #A375E5;
}
.TagClassName
{
border-color: #A375E5;
}
</style>