Shades of Medium Orchid #AB42DA
Tints of Medium Orchid #AB42DA
RGB
CMYK
RGB Variations
Color information
#AB42DA (or 0xAB42DA) is known color: Medium Orchid. HEX triplet: AB, 42 and DA. RGB value is (171,66,218). Sum of RGB (Red+Green+Blue) = 171+66+218=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB42DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB42DA is #54BD25. Grayscale: #727272. Windows color (decimal): -5553446 or 14303915. OLE color: 14303915.
HSL color Cylindrical-coordinate representation of color #AB42DA: hue angle of 281.45º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB42DA is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 66 | 218 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.15 |
| HSL | 281.45º | 0.67% | 0.56% | - |
| HSV(B) | 281.45º | 0.7% | 0.85% | - |
| XYZ | 31.4 | 17.62 | 68.08 | - |
| YUV | 114.72 | 186.29 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 218 | 0.22 | 0.70 | 0 | 0.15 | 281.45 | 0.67 | 0.56 |
| Hex | AB | 42 | DA | 16 | 46 | 0 | F | 119 | 43 | 38 |
| Octal | 253 | 102 | 332 | 26 | 106 | 0 | 17 | 431 | 103 | 70 |
| Binary | 10101011 | 1000010 | 11011010 | 10110 | 1000110 | 0 | 1111 | 100011001 | 1000011 | 111000 |
Color Harmonies of #AB42DA
Complementary color
Monochromatic Colors of #AB42DA
Black with #AB42DA
Text Example
Text Example
White with #AB42DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB42DA; }
p { color: rgb(171,66,218); }
H1.HeaderClassName
{
color: #AB42DA;
}
.AnyTagClassName
{
color: #AB42DA;
}
</style>
background-color css
<style>
a { background-color: #AB42DA; }
a { background-color: rgb(171,66,218); }
div.DivClassName
{
background-color: #AB42DA;
}
.BgClassName
{
background-color: #AB42DA;
}
</style>
border-color css
<style>
span { border-color: #AB42DA; }
span { border-color: rgb(171,66,218); }
td.TdClassName
{
border-color: #AB42DA;
}
.TagClassName
{
border-color: #AB42DA;
}
</style>