Shades of Medium Orchid #A652DE
Tints of Medium Orchid #A652DE
RGB
CMYK
RGB Variations
Color information
#A652DE (or 0xA652DE) is known color: Medium Orchid. HEX triplet: A6, 52 and DE. RGB value is (166,82,222). Sum of RGB (Red+Green+Blue) = 166+82+222=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #A652DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A652DE is #59AD21. Grayscale: #7A7A7A. Windows color (decimal): -5877026 or 14570150. OLE color: 14570150.
HSL color Cylindrical-coordinate representation of color #A652DE: hue angle of 276º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A652DE is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 82 | 222 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.13 |
| HSL | 276º | 0.68% | 0.6% | - |
| HSV(B) | 276º | 0.63% | 0.87% | - |
| XYZ | 31.93 | 19.42 | 71.17 | - |
| YUV | 123.08 | 183.83 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 222 | 0.25 | 0.63 | 0 | 0.13 | 276 | 0.68 | 0.6 |
| Hex | A6 | 52 | DE | 19 | 3F | 0 | D | 114 | 44 | 3C |
| Octal | 246 | 122 | 336 | 31 | 77 | 0 | 15 | 424 | 104 | 74 |
| Binary | 10100110 | 1010010 | 11011110 | 11001 | 111111 | 0 | 1101 | 100010100 | 1000100 | 111100 |
Color Harmonies of #A652DE
Complementary color
Monochromatic Colors of #A652DE
Black with #A652DE
Text Example
Text Example
White with #A652DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A652DE; }
p { color: rgb(166,82,222); }
H1.HeaderClassName
{
color: #A652DE;
}
.AnyTagClassName
{
color: #A652DE;
}
</style>
background-color css
<style>
a { background-color: #A652DE; }
a { background-color: rgb(166,82,222); }
div.DivClassName
{
background-color: #A652DE;
}
.BgClassName
{
background-color: #A652DE;
}
</style>
border-color css
<style>
span { border-color: #A652DE; }
span { border-color: rgb(166,82,222); }
td.TdClassName
{
border-color: #A652DE;
}
.TagClassName
{
border-color: #A652DE;
}
</style>