Shades of Medium Purple #A362EE
Tints of Medium Purple #A362EE
RGB
CMYK
RGB Variations
Color information
#A362EE (or 0xA362EE) is known color: Medium Purple. HEX triplet: A3, 62 and EE. RGB value is (163,98,238). Sum of RGB (Red+Green+Blue) = 163+98+238=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #A362EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A362EE is #5C9D11. Grayscale: #848484. Windows color (decimal): -6069522 or 15622819. OLE color: 15622819.
HSL color Cylindrical-coordinate representation of color #A362EE: hue angle of 267.86º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A362EE is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 98 | 238 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.07 |
| HSL | 267.86º | 0.8% | 0.66% | - |
| HSV(B) | 267.86º | 0.59% | 0.93% | - |
| XYZ | 34.9 | 22.69 | 83.43 | - |
| YUV | 133.4 | 187.03 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 238 | 0.32 | 0.59 | 0 | 0.07 | 267.86 | 0.8 | 0.66 |
| Hex | A3 | 62 | EE | 20 | 3B | 0 | 7 | 10C | 50 | 42 |
| Octal | 243 | 142 | 356 | 40 | 73 | 0 | 7 | 414 | 120 | 102 |
| Binary | 10100011 | 1100010 | 11101110 | 100000 | 111011 | 0 | 111 | 100001100 | 1010000 | 1000010 |
Color Harmonies of #A362EE
Complementary color
Monochromatic Colors of #A362EE
Black with #A362EE
Text Example
Text Example
White with #A362EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A362EE; }
p { color: rgb(163,98,238); }
H1.HeaderClassName
{
color: #A362EE;
}
.AnyTagClassName
{
color: #A362EE;
}
</style>
background-color css
<style>
a { background-color: #A362EE; }
a { background-color: rgb(163,98,238); }
div.DivClassName
{
background-color: #A362EE;
}
.BgClassName
{
background-color: #A362EE;
}
</style>
border-color css
<style>
span { border-color: #A362EE; }
span { border-color: rgb(163,98,238); }
td.TdClassName
{
border-color: #A362EE;
}
.TagClassName
{
border-color: #A362EE;
}
</style>