Shades of Medium Purple #A365F2
Tints of Medium Purple #A365F2
RGB
CMYK
RGB Variations
Color information
#A365F2 (or 0xA365F2) is known color: Medium Purple. HEX triplet: A3, 65 and F2. RGB value is (163,101,242). Sum of RGB (Red+Green+Blue) = 163+101+242=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #A365F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A365F2 is #5C9A0D. Grayscale: #878787. Windows color (decimal): -6068750 or 15885731. OLE color: 15885731.
HSL color Cylindrical-coordinate representation of color #A365F2: hue angle of 266.38º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A365F2 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 101 | 242 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.05 |
| HSL | 266.38º | 0.84% | 0.67% | - |
| HSV(B) | 266.38º | 0.58% | 0.95% | - |
| XYZ | 35.78 | 23.5 | 86.66 | - |
| YUV | 135.61 | 188.04 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 242 | 0.33 | 0.58 | 0 | 0.05 | 266.38 | 0.84 | 0.67 |
| Hex | A3 | 65 | F2 | 21 | 3A | 0 | 5 | 10A | 54 | 43 |
| Octal | 243 | 145 | 362 | 41 | 72 | 0 | 5 | 412 | 124 | 103 |
| Binary | 10100011 | 1100101 | 11110010 | 100001 | 111010 | 0 | 101 | 100001010 | 1010100 | 1000011 |
Color Harmonies of #A365F2
Complementary color
Monochromatic Colors of #A365F2
Black with #A365F2
Text Example
Text Example
White with #A365F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A365F2; }
p { color: rgb(163,101,242); }
H1.HeaderClassName
{
color: #A365F2;
}
.AnyTagClassName
{
color: #A365F2;
}
</style>
background-color css
<style>
a { background-color: #A365F2; }
a { background-color: rgb(163,101,242); }
div.DivClassName
{
background-color: #A365F2;
}
.BgClassName
{
background-color: #A365F2;
}
</style>
border-color css
<style>
span { border-color: #A365F2; }
span { border-color: rgb(163,101,242); }
td.TdClassName
{
border-color: #A365F2;
}
.TagClassName
{
border-color: #A365F2;
}
</style>