Shades of Medium Orchid #AB48CA
Tints of Medium Orchid #AB48CA
RGB
CMYK
RGB Variations
Color information
#AB48CA (or 0xAB48CA) is known color: Medium Orchid. HEX triplet: AB, 48 and CA. RGB value is (171,72,202). Sum of RGB (Red+Green+Blue) = 171+72+202=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB48CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB48CA is #54B735. Grayscale: #747474. Windows color (decimal): -5551926 or 13256875. OLE color: 13256875.
HSL color Cylindrical-coordinate representation of color #AB48CA: hue angle of 285.69º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB48CA is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 72 | 202 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.21 |
| HSL | 285.69º | 0.55% | 0.54% | - |
| HSV(B) | 285.69º | 0.64% | 0.79% | - |
| XYZ | 29.77 | 17.56 | 57.7 | - |
| YUV | 116.42 | 176.3 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 202 | 0.15 | 0.64 | 0 | 0.21 | 285.69 | 0.55 | 0.54 |
| Hex | AB | 48 | CA | F | 40 | 0 | 15 | 11E | 37 | 36 |
| Octal | 253 | 110 | 312 | 17 | 100 | 0 | 25 | 436 | 67 | 66 |
| Binary | 10101011 | 1001000 | 11001010 | 1111 | 1000000 | 0 | 10101 | 100011110 | 110111 | 110110 |
Color Harmonies of #AB48CA
Complementary color
Monochromatic Colors of #AB48CA
Black with #AB48CA
Text Example
Text Example
White with #AB48CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB48CA; }
p { color: rgb(171,72,202); }
H1.HeaderClassName
{
color: #AB48CA;
}
.AnyTagClassName
{
color: #AB48CA;
}
</style>
background-color css
<style>
a { background-color: #AB48CA; }
a { background-color: rgb(171,72,202); }
div.DivClassName
{
background-color: #AB48CA;
}
.BgClassName
{
background-color: #AB48CA;
}
</style>
border-color css
<style>
span { border-color: #AB48CA; }
span { border-color: rgb(171,72,202); }
td.TdClassName
{
border-color: #AB48CA;
}
.TagClassName
{
border-color: #AB48CA;
}
</style>