Shades of Medium Purple #A369ED
Tints of Medium Purple #A369ED
RGB
CMYK
RGB Variations
Color information
#A369ED (or 0xA369ED) is known color: Medium Purple. HEX triplet: A3, 69 and ED. RGB value is (163,105,237). Sum of RGB (Red+Green+Blue) = 163+105+237=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #A369ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A369ED is #5C9612. Grayscale: #888888. Windows color (decimal): -6067731 or 15559075. OLE color: 15559075.
HSL color Cylindrical-coordinate representation of color #A369ED: hue angle of 266.36º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A369ED is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 105 | 237 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.07 |
| HSL | 266.36º | 0.79% | 0.67% | - |
| HSV(B) | 266.36º | 0.56% | 0.93% | - |
| XYZ | 35.44 | 24 | 82.89 | - |
| YUV | 137.39 | 184.22 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 237 | 0.31 | 0.56 | 0 | 0.07 | 266.36 | 0.79 | 0.67 |
| Hex | A3 | 69 | ED | 1F | 38 | 0 | 7 | 10A | 4F | 43 |
| Octal | 243 | 151 | 355 | 37 | 70 | 0 | 7 | 412 | 117 | 103 |
| Binary | 10100011 | 1101001 | 11101101 | 11111 | 111000 | 0 | 111 | 100001010 | 1001111 | 1000011 |
Color Harmonies of #A369ED
Complementary color
Monochromatic Colors of #A369ED
Black with #A369ED
Text Example
Text Example
White with #A369ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A369ED; }
p { color: rgb(163,105,237); }
H1.HeaderClassName
{
color: #A369ED;
}
.AnyTagClassName
{
color: #A369ED;
}
</style>
background-color css
<style>
a { background-color: #A369ED; }
a { background-color: rgb(163,105,237); }
div.DivClassName
{
background-color: #A369ED;
}
.BgClassName
{
background-color: #A369ED;
}
</style>
border-color css
<style>
span { border-color: #A369ED; }
span { border-color: rgb(163,105,237); }
td.TdClassName
{
border-color: #A369ED;
}
.TagClassName
{
border-color: #A369ED;
}
</style>