Shades of Medium Purple #A367EF
Tints of Medium Purple #A367EF
RGB
CMYK
RGB Variations
Color information
#A367EF (or 0xA367EF) is known color: Medium Purple. HEX triplet: A3, 67 and EF. RGB value is (163,103,239). Sum of RGB (Red+Green+Blue) = 163+103+239=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #A367EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A367EF is #5C9810. Grayscale: #878787. Windows color (decimal): -6068241 or 15689635. OLE color: 15689635.
HSL color Cylindrical-coordinate representation of color #A367EF: hue angle of 266.47º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A367EF is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 103 | 239 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.06 |
| HSL | 266.47º | 0.81% | 0.67% | - |
| HSV(B) | 266.47º | 0.57% | 0.94% | - |
| XYZ | 35.53 | 23.72 | 84.37 | - |
| YUV | 136.44 | 185.88 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 239 | 0.32 | 0.57 | 0 | 0.06 | 266.47 | 0.81 | 0.67 |
| Hex | A3 | 67 | EF | 20 | 39 | 0 | 6 | 10A | 51 | 43 |
| Octal | 243 | 147 | 357 | 40 | 71 | 0 | 6 | 412 | 121 | 103 |
| Binary | 10100011 | 1100111 | 11101111 | 100000 | 111001 | 0 | 110 | 100001010 | 1010001 | 1000011 |
Color Harmonies of #A367EF
Complementary color
Monochromatic Colors of #A367EF
Black with #A367EF
Text Example
Text Example
White with #A367EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A367EF; }
p { color: rgb(163,103,239); }
H1.HeaderClassName
{
color: #A367EF;
}
.AnyTagClassName
{
color: #A367EF;
}
</style>
background-color css
<style>
a { background-color: #A367EF; }
a { background-color: rgb(163,103,239); }
div.DivClassName
{
background-color: #A367EF;
}
.BgClassName
{
background-color: #A367EF;
}
</style>
border-color css
<style>
span { border-color: #A367EF; }
span { border-color: rgb(163,103,239); }
td.TdClassName
{
border-color: #A367EF;
}
.TagClassName
{
border-color: #A367EF;
}
</style>