Shades of Medium Purple #A36FE8
Tints of Medium Purple #A36FE8
RGB
CMYK
RGB Variations
Color information
#A36FE8 (or 0xA36FE8) is known color: Medium Purple. HEX triplet: A3, 6F and E8. RGB value is (163,111,232). Sum of RGB (Red+Green+Blue) = 163+111+232=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #A36FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36FE8 is #5C9017. Grayscale: #8B8B8B. Windows color (decimal): -6066200 or 15232931. OLE color: 15232931.
HSL color Cylindrical-coordinate representation of color #A36FE8: hue angle of 265.79º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A36FE8 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 111 | 232 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.09 |
| HSL | 265.79º | 0.72% | 0.67% | - |
| HSV(B) | 265.79º | 0.52% | 0.91% | - |
| XYZ | 35.35 | 24.98 | 79.3 | - |
| YUV | 140.34 | 179.73 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 232 | 0.30 | 0.52 | 0 | 0.09 | 265.79 | 0.72 | 0.67 |
| Hex | A3 | 6F | E8 | 1E | 34 | 0 | 9 | 10A | 48 | 43 |
| Octal | 243 | 157 | 350 | 36 | 64 | 0 | 11 | 412 | 110 | 103 |
| Binary | 10100011 | 1101111 | 11101000 | 11110 | 110100 | 0 | 1001 | 100001010 | 1001000 | 1000011 |
Color Harmonies of #A36FE8
Complementary color
Monochromatic Colors of #A36FE8
Black with #A36FE8
Text Example
Text Example
White with #A36FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FE8; }
p { color: rgb(163,111,232); }
H1.HeaderClassName
{
color: #A36FE8;
}
.AnyTagClassName
{
color: #A36FE8;
}
</style>
background-color css
<style>
a { background-color: #A36FE8; }
a { background-color: rgb(163,111,232); }
div.DivClassName
{
background-color: #A36FE8;
}
.BgClassName
{
background-color: #A36FE8;
}
</style>
border-color css
<style>
span { border-color: #A36FE8; }
span { border-color: rgb(163,111,232); }
td.TdClassName
{
border-color: #A36FE8;
}
.TagClassName
{
border-color: #A36FE8;
}
</style>