Shades of Medium Purple #A568EC
Tints of Medium Purple #A568EC
RGB
CMYK
RGB Variations
Color information
#A568EC (or 0xA568EC) is known color: Medium Purple. HEX triplet: A5, 68 and EC. RGB value is (165,104,236). Sum of RGB (Red+Green+Blue) = 165+104+236=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #A568EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A568EC is #5A9713. Grayscale: #888888. Windows color (decimal): -5936916 or 15493285. OLE color: 15493285.
HSL color Cylindrical-coordinate representation of color #A568EC: hue angle of 267.73º degrees, saturation: 0.78, 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 #A568EC is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 104 | 236 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.07 |
| HSL | 267.73º | 0.78% | 0.67% | - |
| HSV(B) | 267.73º | 0.56% | 0.93% | - |
| XYZ | 35.61 | 23.96 | 82.1 | - |
| YUV | 137.29 | 183.71 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 104 | 236 | 0.30 | 0.56 | 0 | 0.07 | 267.73 | 0.78 | 0.67 |
| Hex | A5 | 68 | EC | 1E | 38 | 0 | 7 | 10C | 4E | 43 |
| Octal | 245 | 150 | 354 | 36 | 70 | 0 | 7 | 414 | 116 | 103 |
| Binary | 10100101 | 1101000 | 11101100 | 11110 | 111000 | 0 | 111 | 100001100 | 1001110 | 1000011 |
Color Harmonies of #A568EC
Complementary color
Monochromatic Colors of #A568EC
Black with #A568EC
Text Example
Text Example
White with #A568EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A568EC; }
p { color: rgb(165,104,236); }
H1.HeaderClassName
{
color: #A568EC;
}
.AnyTagClassName
{
color: #A568EC;
}
</style>
background-color css
<style>
a { background-color: #A568EC; }
a { background-color: rgb(165,104,236); }
div.DivClassName
{
background-color: #A568EC;
}
.BgClassName
{
background-color: #A568EC;
}
</style>
border-color css
<style>
span { border-color: #A568EC; }
span { border-color: rgb(165,104,236); }
td.TdClassName
{
border-color: #A568EC;
}
.TagClassName
{
border-color: #A568EC;
}
</style>