Shades of Medium Orchid #AB50CA
Tints of Medium Orchid #AB50CA
RGB
CMYK
RGB Variations
Color information
#AB50CA (or 0xAB50CA) is known color: Medium Orchid. HEX triplet: AB, 50 and CA. RGB value is (171,80,202). Sum of RGB (Red+Green+Blue) = 171+80+202=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB50CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB50CA is #54AF35. Grayscale: #787878. Windows color (decimal): -5549878 or 13258923. OLE color: 13258923.
HSL color Cylindrical-coordinate representation of color #AB50CA: hue angle of 284.75º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB50CA is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 80 | 202 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.21 |
| HSL | 284.75º | 0.54% | 0.55% | - |
| HSV(B) | 284.75º | 0.6% | 0.79% | - |
| XYZ | 30.32 | 18.66 | 57.88 | - |
| YUV | 121.12 | 173.65 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 202 | 0.15 | 0.60 | 0 | 0.21 | 284.75 | 0.54 | 0.55 |
| Hex | AB | 50 | CA | F | 3C | 0 | 15 | 11D | 36 | 37 |
| Octal | 253 | 120 | 312 | 17 | 74 | 0 | 25 | 435 | 66 | 67 |
| Binary | 10101011 | 1010000 | 11001010 | 1111 | 111100 | 0 | 10101 | 100011101 | 110110 | 110111 |
Color Harmonies of #AB50CA
Complementary color
Monochromatic Colors of #AB50CA
Black with #AB50CA
Text Example
Text Example
White with #AB50CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB50CA; }
p { color: rgb(171,80,202); }
H1.HeaderClassName
{
color: #AB50CA;
}
.AnyTagClassName
{
color: #AB50CA;
}
</style>
background-color css
<style>
a { background-color: #AB50CA; }
a { background-color: rgb(171,80,202); }
div.DivClassName
{
background-color: #AB50CA;
}
.BgClassName
{
background-color: #AB50CA;
}
</style>
border-color css
<style>
span { border-color: #AB50CA; }
span { border-color: rgb(171,80,202); }
td.TdClassName
{
border-color: #AB50CA;
}
.TagClassName
{
border-color: #AB50CA;
}
</style>