Shades of Medium Orchid #AB48CC
Tints of Medium Orchid #AB48CC
RGB
CMYK
RGB Variations
Color information
#AB48CC (or 0xAB48CC) is known color: Medium Orchid. HEX triplet: AB, 48 and CC. RGB value is (171,72,204). Sum of RGB (Red+Green+Blue) = 171+72+204=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB48CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB48CC is #54B733. Grayscale: #747474. Windows color (decimal): -5551924 or 13387947. OLE color: 13387947.
HSL color Cylindrical-coordinate representation of color #AB48CC: hue angle of 285º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB48CC is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 72 | 204 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.2 |
| HSL | 285º | 0.56% | 0.54% | - |
| HSV(B) | 285º | 0.65% | 0.8% | - |
| XYZ | 30.01 | 17.65 | 58.95 | - |
| YUV | 116.65 | 177.3 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 204 | 0.16 | 0.65 | 0 | 0.2 | 285 | 0.56 | 0.54 |
| Hex | AB | 48 | CC | 10 | 41 | 0 | 14 | 11D | 38 | 36 |
| Octal | 253 | 110 | 314 | 20 | 101 | 0 | 24 | 435 | 70 | 66 |
| Binary | 10101011 | 1001000 | 11001100 | 10000 | 1000001 | 0 | 10100 | 100011101 | 111000 | 110110 |
Color Harmonies of #AB48CC
Complementary color
Monochromatic Colors of #AB48CC
Black with #AB48CC
Text Example
Text Example
White with #AB48CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB48CC; }
p { color: rgb(171,72,204); }
H1.HeaderClassName
{
color: #AB48CC;
}
.AnyTagClassName
{
color: #AB48CC;
}
</style>
background-color css
<style>
a { background-color: #AB48CC; }
a { background-color: rgb(171,72,204); }
div.DivClassName
{
background-color: #AB48CC;
}
.BgClassName
{
background-color: #AB48CC;
}
</style>
border-color css
<style>
span { border-color: #AB48CC; }
span { border-color: rgb(171,72,204); }
td.TdClassName
{
border-color: #AB48CC;
}
.TagClassName
{
border-color: #AB48CC;
}
</style>