Shades of Medium Orchid #A652DC
Tints of Medium Orchid #A652DC
RGB
CMYK
RGB Variations
Color information
#A652DC (or 0xA652DC) is known color: Medium Orchid. HEX triplet: A6, 52 and DC. RGB value is (166,82,220). Sum of RGB (Red+Green+Blue) = 166+82+220=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #A652DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A652DC is #59AD23. Grayscale: #7A7A7A. Windows color (decimal): -5877028 or 14439078. OLE color: 14439078.
HSL color Cylindrical-coordinate representation of color #A652DC: hue angle of 276.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A652DC is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 82 | 220 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.14 |
| HSL | 276.52º | 0.66% | 0.59% | - |
| HSV(B) | 276.52º | 0.63% | 0.86% | - |
| XYZ | 31.66 | 19.31 | 69.77 | - |
| YUV | 122.85 | 182.83 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 82 | 220 | 0.25 | 0.63 | 0 | 0.14 | 276.52 | 0.66 | 0.59 |
| Hex | A6 | 52 | DC | 19 | 3F | 0 | E | 115 | 42 | 3B |
| Octal | 246 | 122 | 334 | 31 | 77 | 0 | 16 | 425 | 102 | 73 |
| Binary | 10100110 | 1010010 | 11011100 | 11001 | 111111 | 0 | 1110 | 100010101 | 1000010 | 111011 |
Color Harmonies of #A652DC
Complementary color
Monochromatic Colors of #A652DC
Black with #A652DC
Text Example
Text Example
White with #A652DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A652DC; }
p { color: rgb(166,82,220); }
H1.HeaderClassName
{
color: #A652DC;
}
.AnyTagClassName
{
color: #A652DC;
}
</style>
background-color css
<style>
a { background-color: #A652DC; }
a { background-color: rgb(166,82,220); }
div.DivClassName
{
background-color: #A652DC;
}
.BgClassName
{
background-color: #A652DC;
}
</style>
border-color css
<style>
span { border-color: #A652DC; }
span { border-color: rgb(166,82,220); }
td.TdClassName
{
border-color: #A652DC;
}
.TagClassName
{
border-color: #A652DC;
}
</style>