Shades of Medium Orchid #A652D3
Tints of Medium Orchid #A652D3
RGB
CMYK
RGB Variations
Color information
#A652D3 (or 0xA652D3) is known color: Medium Orchid. HEX triplet: A6, 52 and D3. RGB value is (166,82,211). Sum of RGB (Red+Green+Blue) = 166+82+211=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 211 - color contains mainly: blue. Hex color #A652D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A652D3 is #59AD2C. Grayscale: #797979. Windows color (decimal): -5877037 or 13849254. OLE color: 13849254.
HSL color Cylindrical-coordinate representation of color #A652D3: hue angle of 279.07º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A652D3 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 82 | 211 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.17 |
| HSL | 279.07º | 0.59% | 0.57% | - |
| HSV(B) | 279.07º | 0.61% | 0.83% | - |
| XYZ | 30.5 | 18.84 | 63.66 | - |
| YUV | 121.82 | 178.33 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 211 | 0.21 | 0.61 | 0 | 0.17 | 279.07 | 0.59 | 0.57 |
| Hex | A6 | 52 | D3 | 15 | 3D | 0 | 11 | 117 | 3B | 39 |
| Octal | 246 | 122 | 323 | 25 | 75 | 0 | 21 | 427 | 73 | 71 |
| Binary | 10100110 | 1010010 | 11010011 | 10101 | 111101 | 0 | 10001 | 100010111 | 111011 | 111001 |
Color Harmonies of #A652D3
Complementary color
Monochromatic Colors of #A652D3
Black with #A652D3
Text Example
Text Example
White with #A652D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A652D3; }
p { color: rgb(166,82,211); }
H1.HeaderClassName
{
color: #A652D3;
}
.AnyTagClassName
{
color: #A652D3;
}
</style>
background-color css
<style>
a { background-color: #A652D3; }
a { background-color: rgb(166,82,211); }
div.DivClassName
{
background-color: #A652D3;
}
.BgClassName
{
background-color: #A652D3;
}
</style>
border-color css
<style>
span { border-color: #A652D3; }
span { border-color: rgb(166,82,211); }
td.TdClassName
{
border-color: #A652D3;
}
.TagClassName
{
border-color: #A652D3;
}
</style>