Shades of Medium Orchid #A652DF
Tints of Medium Orchid #A652DF
RGB
CMYK
RGB Variations
Color information
#A652DF (or 0xA652DF) is known color: Medium Orchid. HEX triplet: A6, 52 and DF. RGB value is (166,82,223). Sum of RGB (Red+Green+Blue) = 166+82+223=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #A652DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A652DF is #59AD20. Grayscale: #7A7A7A. Windows color (decimal): -5877025 or 14635686. OLE color: 14635686.
HSL color Cylindrical-coordinate representation of color #A652DF: hue angle of 275.74º degrees, saturation: 0.69, 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 #A652DF is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 82 | 223 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.13 |
| HSL | 275.74º | 0.69% | 0.6% | - |
| HSV(B) | 275.74º | 0.63% | 0.87% | - |
| XYZ | 32.06 | 19.47 | 71.88 | - |
| YUV | 123.19 | 184.33 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 223 | 0.26 | 0.63 | 0 | 0.13 | 275.74 | 0.69 | 0.6 |
| Hex | A6 | 52 | DF | 1A | 3F | 0 | D | 114 | 45 | 3C |
| Octal | 246 | 122 | 337 | 32 | 77 | 0 | 15 | 424 | 105 | 74 |
| Binary | 10100110 | 1010010 | 11011111 | 11010 | 111111 | 0 | 1101 | 100010100 | 1000101 | 111100 |
Color Harmonies of #A652DF
Complementary color
Monochromatic Colors of #A652DF
Black with #A652DF
Text Example
Text Example
White with #A652DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A652DF; }
p { color: rgb(166,82,223); }
H1.HeaderClassName
{
color: #A652DF;
}
.AnyTagClassName
{
color: #A652DF;
}
</style>
background-color css
<style>
a { background-color: #A652DF; }
a { background-color: rgb(166,82,223); }
div.DivClassName
{
background-color: #A652DF;
}
.BgClassName
{
background-color: #A652DF;
}
</style>
border-color css
<style>
span { border-color: #A652DF; }
span { border-color: rgb(166,82,223); }
td.TdClassName
{
border-color: #A652DF;
}
.TagClassName
{
border-color: #A652DF;
}
</style>