Shades of Medium Purple #A569ED
Tints of Medium Purple #A569ED
RGB
CMYK
RGB Variations
Color information
#A569ED (or 0xA569ED) is known color: Medium Purple. HEX triplet: A5, 69 and ED. RGB value is (165,105,237). Sum of RGB (Red+Green+Blue) = 165+105+237=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #A569ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A569ED is #5A9612. Grayscale: #898989. Windows color (decimal): -5936659 or 15559077. OLE color: 15559077.
HSL color Cylindrical-coordinate representation of color #A569ED: hue angle of 267.27º degrees, saturation: 0.79, 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 #A569ED is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 105 | 237 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.07 |
| HSL | 267.27º | 0.79% | 0.67% | - |
| HSV(B) | 267.27º | 0.56% | 0.93% | - |
| XYZ | 35.85 | 24.22 | 82.91 | - |
| YUV | 137.99 | 183.88 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 105 | 237 | 0.30 | 0.56 | 0 | 0.07 | 267.27 | 0.79 | 0.67 |
| Hex | A5 | 69 | ED | 1E | 38 | 0 | 7 | 10B | 4F | 43 |
| Octal | 245 | 151 | 355 | 36 | 70 | 0 | 7 | 413 | 117 | 103 |
| Binary | 10100101 | 1101001 | 11101101 | 11110 | 111000 | 0 | 111 | 100001011 | 1001111 | 1000011 |
Color Harmonies of #A569ED
Complementary color
Monochromatic Colors of #A569ED
Black with #A569ED
Text Example
Text Example
White with #A569ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A569ED; }
p { color: rgb(165,105,237); }
H1.HeaderClassName
{
color: #A569ED;
}
.AnyTagClassName
{
color: #A569ED;
}
</style>
background-color css
<style>
a { background-color: #A569ED; }
a { background-color: rgb(165,105,237); }
div.DivClassName
{
background-color: #A569ED;
}
.BgClassName
{
background-color: #A569ED;
}
</style>
border-color css
<style>
span { border-color: #A569ED; }
span { border-color: rgb(165,105,237); }
td.TdClassName
{
border-color: #A569ED;
}
.TagClassName
{
border-color: #A569ED;
}
</style>