Shades of Medium Orchid #AB53CA
Tints of Medium Orchid #AB53CA
RGB
CMYK
RGB Variations
Color information
#AB53CA (or 0xAB53CA) is known color: Medium Orchid. HEX triplet: AB, 53 and CA. RGB value is (171,83,202). Sum of RGB (Red+Green+Blue) = 171+83+202=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB53CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB53CA is #54AC35. Grayscale: #7A7A7A. Windows color (decimal): -5549110 or 13259691. OLE color: 13259691.
HSL color Cylindrical-coordinate representation of color #AB53CA: hue angle of 284.37º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB53CA is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 83 | 202 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.21 |
| HSL | 284.37º | 0.53% | 0.56% | - |
| HSV(B) | 284.37º | 0.59% | 0.79% | - |
| XYZ | 30.55 | 19.11 | 57.96 | - |
| YUV | 122.88 | 172.65 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 202 | 0.15 | 0.59 | 0 | 0.21 | 284.37 | 0.53 | 0.56 |
| Hex | AB | 53 | CA | F | 3B | 0 | 15 | 11C | 35 | 38 |
| Octal | 253 | 123 | 312 | 17 | 73 | 0 | 25 | 434 | 65 | 70 |
| Binary | 10101011 | 1010011 | 11001010 | 1111 | 111011 | 0 | 10101 | 100011100 | 110101 | 111000 |
Color Harmonies of #AB53CA
Complementary color
Monochromatic Colors of #AB53CA
Black with #AB53CA
Text Example
Text Example
White with #AB53CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB53CA; }
p { color: rgb(171,83,202); }
H1.HeaderClassName
{
color: #AB53CA;
}
.AnyTagClassName
{
color: #AB53CA;
}
</style>
background-color css
<style>
a { background-color: #AB53CA; }
a { background-color: rgb(171,83,202); }
div.DivClassName
{
background-color: #AB53CA;
}
.BgClassName
{
background-color: #AB53CA;
}
</style>
border-color css
<style>
span { border-color: #AB53CA; }
span { border-color: rgb(171,83,202); }
td.TdClassName
{
border-color: #AB53CA;
}
.TagClassName
{
border-color: #AB53CA;
}
</style>