Shades of Medium Purple #A568E7
Tints of Medium Purple #A568E7
RGB
CMYK
RGB Variations
Color information
#A568E7 (or 0xA568E7) is known color: Medium Purple. HEX triplet: A5, 68 and E7. RGB value is (165,104,231). Sum of RGB (Red+Green+Blue) = 165+104+231=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 231 - color contains mainly: blue. Hex color #A568E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A568E7 is #5A9718. Grayscale: #888888. Windows color (decimal): -5936921 or 15165605. OLE color: 15165605.
HSL color Cylindrical-coordinate representation of color #A568E7: hue angle of 268.82º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A568E7 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 104 | 231 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.09 |
| HSL | 268.82º | 0.73% | 0.66% | - |
| HSV(B) | 268.82º | 0.55% | 0.91% | - |
| XYZ | 34.89 | 23.67 | 78.33 | - |
| YUV | 136.72 | 181.21 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 104 | 231 | 0.29 | 0.55 | 0 | 0.09 | 268.82 | 0.73 | 0.66 |
| Hex | A5 | 68 | E7 | 1D | 37 | 0 | 9 | 10D | 49 | 42 |
| Octal | 245 | 150 | 347 | 35 | 67 | 0 | 11 | 415 | 111 | 102 |
| Binary | 10100101 | 1101000 | 11100111 | 11101 | 110111 | 0 | 1001 | 100001101 | 1001001 | 1000010 |
Color Harmonies of #A568E7
Complementary color
Monochromatic Colors of #A568E7
Black with #A568E7
Text Example
Text Example
White with #A568E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A568E7; }
p { color: rgb(165,104,231); }
H1.HeaderClassName
{
color: #A568E7;
}
.AnyTagClassName
{
color: #A568E7;
}
</style>
background-color css
<style>
a { background-color: #A568E7; }
a { background-color: rgb(165,104,231); }
div.DivClassName
{
background-color: #A568E7;
}
.BgClassName
{
background-color: #A568E7;
}
</style>
border-color css
<style>
span { border-color: #A568E7; }
span { border-color: rgb(165,104,231); }
td.TdClassName
{
border-color: #A568E7;
}
.TagClassName
{
border-color: #A568E7;
}
</style>