Shades of Medium Orchid #AB63C6
Tints of Medium Orchid #AB63C6
RGB
CMYK
RGB Variations
Color information
#AB63C6 (or 0xAB63C6) is known color: Medium Orchid. HEX triplet: AB, 63 and C6. RGB value is (171,99,198). Sum of RGB (Red+Green+Blue) = 171+99+198=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB63C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB63C6 is #549C39. Grayscale: #838383. Windows color (decimal): -5545018 or 13001643. OLE color: 13001643.
HSL color Cylindrical-coordinate representation of color #AB63C6: hue angle of 283.64º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB63C6 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 99 | 198 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.22 |
| HSL | 283.64º | 0.46% | 0.58% | - |
| HSV(B) | 283.64º | 0.5% | 0.78% | - |
| XYZ | 31.45 | 21.66 | 55.95 | - |
| YUV | 131.81 | 165.35 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 198 | 0.14 | 0.50 | 0 | 0.22 | 283.64 | 0.46 | 0.58 |
| Hex | AB | 63 | C6 | E | 32 | 0 | 16 | 11C | 2E | 3A |
| Octal | 253 | 143 | 306 | 16 | 62 | 0 | 26 | 434 | 56 | 72 |
| Binary | 10101011 | 1100011 | 11000110 | 1110 | 110010 | 0 | 10110 | 100011100 | 101110 | 111010 |
Color Harmonies of #AB63C6
Complementary color
Monochromatic Colors of #AB63C6
Black with #AB63C6
Text Example
Text Example
White with #AB63C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB63C6; }
p { color: rgb(171,99,198); }
H1.HeaderClassName
{
color: #AB63C6;
}
.AnyTagClassName
{
color: #AB63C6;
}
</style>
background-color css
<style>
a { background-color: #AB63C6; }
a { background-color: rgb(171,99,198); }
div.DivClassName
{
background-color: #AB63C6;
}
.BgClassName
{
background-color: #AB63C6;
}
</style>
border-color css
<style>
span { border-color: #AB63C6; }
span { border-color: rgb(171,99,198); }
td.TdClassName
{
border-color: #AB63C6;
}
.TagClassName
{
border-color: #AB63C6;
}
</style>