Shades of Medium Orchid #AB60D6
Tints of Medium Orchid #AB60D6
RGB
CMYK
RGB Variations
Color information
#AB60D6 (or 0xAB60D6) is known color: Medium Orchid. HEX triplet: AB, 60 and D6. RGB value is (171,96,214). Sum of RGB (Red+Green+Blue) = 171+96+214=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB60D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB60D6 is #549F29. Grayscale: #838383. Windows color (decimal): -5545770 or 14049451. OLE color: 14049451.
HSL color Cylindrical-coordinate representation of color #AB60D6: hue angle of 278.14º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB60D6 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 96 | 214 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.16 |
| HSL | 278.14º | 0.59% | 0.61% | - |
| HSV(B) | 278.14º | 0.55% | 0.84% | - |
| XYZ | 33.12 | 21.88 | 66.1 | - |
| YUV | 131.88 | 174.35 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 214 | 0.20 | 0.55 | 0 | 0.16 | 278.14 | 0.59 | 0.61 |
| Hex | AB | 60 | D6 | 14 | 37 | 0 | 10 | 116 | 3B | 3D |
| Octal | 253 | 140 | 326 | 24 | 67 | 0 | 20 | 426 | 73 | 75 |
| Binary | 10101011 | 1100000 | 11010110 | 10100 | 110111 | 0 | 10000 | 100010110 | 111011 | 111101 |
Color Harmonies of #AB60D6
Complementary color
Monochromatic Colors of #AB60D6
Black with #AB60D6
Text Example
Text Example
White with #AB60D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB60D6; }
p { color: rgb(171,96,214); }
H1.HeaderClassName
{
color: #AB60D6;
}
.AnyTagClassName
{
color: #AB60D6;
}
</style>
background-color css
<style>
a { background-color: #AB60D6; }
a { background-color: rgb(171,96,214); }
div.DivClassName
{
background-color: #AB60D6;
}
.BgClassName
{
background-color: #AB60D6;
}
</style>
border-color css
<style>
span { border-color: #AB60D6; }
span { border-color: rgb(171,96,214); }
td.TdClassName
{
border-color: #AB60D6;
}
.TagClassName
{
border-color: #AB60D6;
}
</style>