Shades of Medium Orchid #A652F3
Tints of Medium Orchid #A652F3
RGB
CMYK
RGB Variations
Color information
#A652F3 (or 0xA652F3) is known color: Medium Orchid. HEX triplet: A6, 52 and F3. RGB value is (166,82,243). Sum of RGB (Red+Green+Blue) = 166+82+243=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #A652F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A652F3 is #59AD0C. Grayscale: #7C7C7C. Windows color (decimal): -5877005 or 15946406. OLE color: 15946406.
HSL color Cylindrical-coordinate representation of color #A652F3: hue angle of 271.3º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A652F3 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 82 | 243 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.05 |
| HSL | 271.3º | 0.87% | 0.64% | - |
| HSV(B) | 271.3º | 0.66% | 0.95% | - |
| XYZ | 34.92 | 20.61 | 86.93 | - |
| YUV | 125.47 | 194.33 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 243 | 0.32 | 0.66 | 0 | 0.05 | 271.3 | 0.87 | 0.64 |
| Hex | A6 | 52 | F3 | 20 | 42 | 0 | 5 | 10F | 57 | 40 |
| Octal | 246 | 122 | 363 | 40 | 102 | 0 | 5 | 417 | 127 | 100 |
| Binary | 10100110 | 1010010 | 11110011 | 100000 | 1000010 | 0 | 101 | 100001111 | 1010111 | 1000000 |
Color Harmonies of #A652F3
Complementary color
Monochromatic Colors of #A652F3
Black with #A652F3
Text Example
Text Example
White with #A652F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A652F3; }
p { color: rgb(166,82,243); }
H1.HeaderClassName
{
color: #A652F3;
}
.AnyTagClassName
{
color: #A652F3;
}
</style>
background-color css
<style>
a { background-color: #A652F3; }
a { background-color: rgb(166,82,243); }
div.DivClassName
{
background-color: #A652F3;
}
.BgClassName
{
background-color: #A652F3;
}
</style>
border-color css
<style>
span { border-color: #A652F3; }
span { border-color: rgb(166,82,243); }
td.TdClassName
{
border-color: #A652F3;
}
.TagClassName
{
border-color: #A652F3;
}
</style>