Shades of Medium Purple #A568F3
Tints of Medium Purple #A568F3
RGB
CMYK
RGB Variations
Color information
#A568F3 (or 0xA568F3) is known color: Medium Purple. HEX triplet: A5, 68 and F3. RGB value is (165,104,243). Sum of RGB (Red+Green+Blue) = 165+104+243=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #A568F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A568F3 is #5A970C. Grayscale: #898989. Windows color (decimal): -5936909 or 15952037. OLE color: 15952037.
HSL color Cylindrical-coordinate representation of color #A568F3: hue angle of 266.33º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A568F3 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 104 | 243 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.05 |
| HSL | 266.33º | 0.85% | 0.68% | - |
| HSV(B) | 266.33º | 0.57% | 0.95% | - |
| XYZ | 36.65 | 24.37 | 87.57 | - |
| YUV | 138.09 | 187.21 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 104 | 243 | 0.32 | 0.57 | 0 | 0.05 | 266.33 | 0.85 | 0.68 |
| Hex | A5 | 68 | F3 | 20 | 39 | 0 | 5 | 10A | 55 | 44 |
| Octal | 245 | 150 | 363 | 40 | 71 | 0 | 5 | 412 | 125 | 104 |
| Binary | 10100101 | 1101000 | 11110011 | 100000 | 111001 | 0 | 101 | 100001010 | 1010101 | 1000100 |
Color Harmonies of #A568F3
Complementary color
Monochromatic Colors of #A568F3
Black with #A568F3
Text Example
Text Example
White with #A568F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A568F3; }
p { color: rgb(165,104,243); }
H1.HeaderClassName
{
color: #A568F3;
}
.AnyTagClassName
{
color: #A568F3;
}
</style>
background-color css
<style>
a { background-color: #A568F3; }
a { background-color: rgb(165,104,243); }
div.DivClassName
{
background-color: #A568F3;
}
.BgClassName
{
background-color: #A568F3;
}
</style>
border-color css
<style>
span { border-color: #A568F3; }
span { border-color: rgb(165,104,243); }
td.TdClassName
{
border-color: #A568F3;
}
.TagClassName
{
border-color: #A568F3;
}
</style>