Shades of Medium Orchid #A652DD
Tints of Medium Orchid #A652DD
RGB
CMYK
RGB Variations
Color information
#A652DD (or 0xA652DD) is known color: Medium Orchid. HEX triplet: A6, 52 and DD. RGB value is (166,82,221). Sum of RGB (Red+Green+Blue) = 166+82+221=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #A652DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A652DD is #59AD22. Grayscale: #7A7A7A. Windows color (decimal): -5877027 or 14504614. OLE color: 14504614.
HSL color Cylindrical-coordinate representation of color #A652DD: hue angle of 276.26º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A652DD is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 82 | 221 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.13 |
| HSL | 276.26º | 0.67% | 0.59% | - |
| HSV(B) | 276.26º | 0.63% | 0.87% | - |
| XYZ | 31.79 | 19.36 | 70.47 | - |
| YUV | 122.96 | 183.33 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 221 | 0.25 | 0.63 | 0 | 0.13 | 276.26 | 0.67 | 0.59 |
| Hex | A6 | 52 | DD | 19 | 3F | 0 | D | 114 | 43 | 3B |
| Octal | 246 | 122 | 335 | 31 | 77 | 0 | 15 | 424 | 103 | 73 |
| Binary | 10100110 | 1010010 | 11011101 | 11001 | 111111 | 0 | 1101 | 100010100 | 1000011 | 111011 |
Color Harmonies of #A652DD
Complementary color
Monochromatic Colors of #A652DD
Black with #A652DD
Text Example
Text Example
White with #A652DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A652DD; }
p { color: rgb(166,82,221); }
H1.HeaderClassName
{
color: #A652DD;
}
.AnyTagClassName
{
color: #A652DD;
}
</style>
background-color css
<style>
a { background-color: #A652DD; }
a { background-color: rgb(166,82,221); }
div.DivClassName
{
background-color: #A652DD;
}
.BgClassName
{
background-color: #A652DD;
}
</style>
border-color css
<style>
span { border-color: #A652DD; }
span { border-color: rgb(166,82,221); }
td.TdClassName
{
border-color: #A652DD;
}
.TagClassName
{
border-color: #A652DD;
}
</style>