Shades of Medium Orchid #AB61CA
Tints of Medium Orchid #AB61CA
RGB
CMYK
RGB Variations
Color information
#AB61CA (or 0xAB61CA) is known color: Medium Orchid. HEX triplet: AB, 61 and CA. RGB value is (171,97,202). Sum of RGB (Red+Green+Blue) = 171+97+202=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB61CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB61CA is #549E35. Grayscale: #828282. Windows color (decimal): -5545526 or 13263275. OLE color: 13263275.
HSL color Cylindrical-coordinate representation of color #AB61CA: hue angle of 282.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB61CA is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 97 | 202 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.21 |
| HSL | 282.29º | 0.5% | 0.59% | - |
| HSV(B) | 282.29º | 0.52% | 0.79% | - |
| XYZ | 31.73 | 21.47 | 58.35 | - |
| YUV | 131.1 | 168.02 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 202 | 0.15 | 0.52 | 0 | 0.21 | 282.29 | 0.5 | 0.59 |
| Hex | AB | 61 | CA | F | 34 | 0 | 15 | 11A | 32 | 3B |
| Octal | 253 | 141 | 312 | 17 | 64 | 0 | 25 | 432 | 62 | 73 |
| Binary | 10101011 | 1100001 | 11001010 | 1111 | 110100 | 0 | 10101 | 100011010 | 110010 | 111011 |
Color Harmonies of #AB61CA
Complementary color
Monochromatic Colors of #AB61CA
Black with #AB61CA
Text Example
Text Example
White with #AB61CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB61CA; }
p { color: rgb(171,97,202); }
H1.HeaderClassName
{
color: #AB61CA;
}
.AnyTagClassName
{
color: #AB61CA;
}
</style>
background-color css
<style>
a { background-color: #AB61CA; }
a { background-color: rgb(171,97,202); }
div.DivClassName
{
background-color: #AB61CA;
}
.BgClassName
{
background-color: #AB61CA;
}
</style>
border-color css
<style>
span { border-color: #AB61CA; }
span { border-color: rgb(171,97,202); }
td.TdClassName
{
border-color: #AB61CA;
}
.TagClassName
{
border-color: #AB61CA;
}
</style>