Shades of Medium Orchid #AB48DA
Tints of Medium Orchid #AB48DA
RGB
CMYK
RGB Variations
Color information
#AB48DA (or 0xAB48DA) is known color: Medium Orchid. HEX triplet: AB, 48 and DA. RGB value is (171,72,218). Sum of RGB (Red+Green+Blue) = 171+72+218=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB48DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB48DA is #54B725. Grayscale: #757575. Windows color (decimal): -5551910 or 14305451. OLE color: 14305451.
HSL color Cylindrical-coordinate representation of color #AB48DA: hue angle of 280.68º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB48DA is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 72 | 218 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.15 |
| HSL | 280.68º | 0.66% | 0.57% | - |
| HSV(B) | 280.68º | 0.67% | 0.85% | - |
| XYZ | 31.77 | 18.35 | 68.2 | - |
| YUV | 118.25 | 184.3 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 218 | 0.22 | 0.67 | 0 | 0.15 | 280.68 | 0.66 | 0.57 |
| Hex | AB | 48 | DA | 16 | 43 | 0 | F | 119 | 42 | 39 |
| Octal | 253 | 110 | 332 | 26 | 103 | 0 | 17 | 431 | 102 | 71 |
| Binary | 10101011 | 1001000 | 11011010 | 10110 | 1000011 | 0 | 1111 | 100011001 | 1000010 | 111001 |
Color Harmonies of #AB48DA
Complementary color
Monochromatic Colors of #AB48DA
Black with #AB48DA
Text Example
Text Example
White with #AB48DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB48DA; }
p { color: rgb(171,72,218); }
H1.HeaderClassName
{
color: #AB48DA;
}
.AnyTagClassName
{
color: #AB48DA;
}
</style>
background-color css
<style>
a { background-color: #AB48DA; }
a { background-color: rgb(171,72,218); }
div.DivClassName
{
background-color: #AB48DA;
}
.BgClassName
{
background-color: #AB48DA;
}
</style>
border-color css
<style>
span { border-color: #AB48DA; }
span { border-color: rgb(171,72,218); }
td.TdClassName
{
border-color: #AB48DA;
}
.TagClassName
{
border-color: #AB48DA;
}
</style>