Shades of Medium Purple #A568EE
Tints of Medium Purple #A568EE
RGB
CMYK
RGB Variations
Color information
#A568EE (or 0xA568EE) is known color: Medium Purple. HEX triplet: A5, 68 and EE. RGB value is (165,104,238). Sum of RGB (Red+Green+Blue) = 165+104+238=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #A568EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A568EE is #5A9711. Grayscale: #898989. Windows color (decimal): -5936914 or 15624357. OLE color: 15624357.
HSL color Cylindrical-coordinate representation of color #A568EE: hue angle of 267.31º degrees, saturation: 0.8, 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 #A568EE is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 104 | 238 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.07 |
| HSL | 267.31º | 0.8% | 0.67% | - |
| HSV(B) | 267.31º | 0.56% | 0.93% | - |
| XYZ | 35.9 | 24.07 | 83.64 | - |
| YUV | 137.52 | 184.71 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 104 | 238 | 0.31 | 0.56 | 0 | 0.07 | 267.31 | 0.8 | 0.67 |
| Hex | A5 | 68 | EE | 1F | 38 | 0 | 7 | 10B | 50 | 43 |
| Octal | 245 | 150 | 356 | 37 | 70 | 0 | 7 | 413 | 120 | 103 |
| Binary | 10100101 | 1101000 | 11101110 | 11111 | 111000 | 0 | 111 | 100001011 | 1010000 | 1000011 |
Color Harmonies of #A568EE
Complementary color
Monochromatic Colors of #A568EE
Black with #A568EE
Text Example
Text Example
White with #A568EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A568EE; }
p { color: rgb(165,104,238); }
H1.HeaderClassName
{
color: #A568EE;
}
.AnyTagClassName
{
color: #A568EE;
}
</style>
background-color css
<style>
a { background-color: #A568EE; }
a { background-color: rgb(165,104,238); }
div.DivClassName
{
background-color: #A568EE;
}
.BgClassName
{
background-color: #A568EE;
}
</style>
border-color css
<style>
span { border-color: #A568EE; }
span { border-color: rgb(165,104,238); }
td.TdClassName
{
border-color: #A568EE;
}
.TagClassName
{
border-color: #A568EE;
}
</style>