Shades of Medium Purple #A762ED
Tints of Medium Purple #A762ED
RGB
CMYK
RGB Variations
Color information
#A762ED (or 0xA762ED) is known color: Medium Purple. HEX triplet: A7, 62 and ED. RGB value is (167,98,237). Sum of RGB (Red+Green+Blue) = 167+98+237=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #A762ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A762ED is #589D12. Grayscale: #858585. Windows color (decimal): -5807379 or 15557287. OLE color: 15557287.
HSL color Cylindrical-coordinate representation of color #A762ED: hue angle of 269.78º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A762ED is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 98 | 237 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.07 |
| HSL | 269.78º | 0.79% | 0.66% | - |
| HSV(B) | 269.78º | 0.59% | 0.93% | - |
| XYZ | 35.59 | 23.07 | 82.7 | - |
| YUV | 134.48 | 185.86 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 98 | 237 | 0.30 | 0.59 | 0 | 0.07 | 269.78 | 0.79 | 0.66 |
| Hex | A7 | 62 | ED | 1E | 3B | 0 | 7 | 10E | 4F | 42 |
| Octal | 247 | 142 | 355 | 36 | 73 | 0 | 7 | 416 | 117 | 102 |
| Binary | 10100111 | 1100010 | 11101101 | 11110 | 111011 | 0 | 111 | 100001110 | 1001111 | 1000010 |
Color Harmonies of #A762ED
Complementary color
Monochromatic Colors of #A762ED
Black with #A762ED
Text Example
Text Example
White with #A762ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A762ED; }
p { color: rgb(167,98,237); }
H1.HeaderClassName
{
color: #A762ED;
}
.AnyTagClassName
{
color: #A762ED;
}
</style>
background-color css
<style>
a { background-color: #A762ED; }
a { background-color: rgb(167,98,237); }
div.DivClassName
{
background-color: #A762ED;
}
.BgClassName
{
background-color: #A762ED;
}
</style>
border-color css
<style>
span { border-color: #A762ED; }
span { border-color: rgb(167,98,237); }
td.TdClassName
{
border-color: #A762ED;
}
.TagClassName
{
border-color: #A762ED;
}
</style>