Shades of Medium Purple #A36BED
Tints of Medium Purple #A36BED
RGB
CMYK
RGB Variations
Color information
#A36BED (or 0xA36BED) is known color: Medium Purple. HEX triplet: A3, 6B and ED. RGB value is (163,107,237). Sum of RGB (Red+Green+Blue) = 163+107+237=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #A36BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36BED is #5C9412. Grayscale: #8A8A8A. Windows color (decimal): -6067219 or 15559587. OLE color: 15559587.
HSL color Cylindrical-coordinate representation of color #A36BED: hue angle of 265.85º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A36BED is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 107 | 237 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.07 |
| HSL | 265.85º | 0.78% | 0.67% | - |
| HSV(B) | 265.85º | 0.55% | 0.93% | - |
| XYZ | 35.65 | 24.42 | 82.95 | - |
| YUV | 138.56 | 183.55 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 107 | 237 | 0.31 | 0.55 | 0 | 0.07 | 265.85 | 0.78 | 0.67 |
| Hex | A3 | 6B | ED | 1F | 37 | 0 | 7 | 10A | 4E | 43 |
| Octal | 243 | 153 | 355 | 37 | 67 | 0 | 7 | 412 | 116 | 103 |
| Binary | 10100011 | 1101011 | 11101101 | 11111 | 110111 | 0 | 111 | 100001010 | 1001110 | 1000011 |
Color Harmonies of #A36BED
Complementary color
Monochromatic Colors of #A36BED
Black with #A36BED
Text Example
Text Example
White with #A36BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36BED; }
p { color: rgb(163,107,237); }
H1.HeaderClassName
{
color: #A36BED;
}
.AnyTagClassName
{
color: #A36BED;
}
</style>
background-color css
<style>
a { background-color: #A36BED; }
a { background-color: rgb(163,107,237); }
div.DivClassName
{
background-color: #A36BED;
}
.BgClassName
{
background-color: #A36BED;
}
</style>
border-color css
<style>
span { border-color: #A36BED; }
span { border-color: rgb(163,107,237); }
td.TdClassName
{
border-color: #A36BED;
}
.TagClassName
{
border-color: #A36BED;
}
</style>