Shades of Medium Orchid #AB42D4
Tints of Medium Orchid #AB42D4
RGB
CMYK
RGB Variations
Color information
#AB42D4 (or 0xAB42D4) is known color: Medium Orchid. HEX triplet: AB, 42 and D4. RGB value is (171,66,212). Sum of RGB (Red+Green+Blue) = 171+66+212=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 212 (83.20% from 255 or 47.22% from 449); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB42D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB42D4 is #54BD2B. Grayscale: #717171. Windows color (decimal): -5553452 or 13910699. OLE color: 13910699.
HSL color Cylindrical-coordinate representation of color #AB42D4: hue angle of 283.15º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB42D4 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 66 | 212 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.17 |
| HSL | 283.15º | 0.63% | 0.55% | - |
| HSV(B) | 283.15º | 0.69% | 0.83% | - |
| XYZ | 30.63 | 17.31 | 64.01 | - |
| YUV | 114.04 | 183.29 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 212 | 0.19 | 0.69 | 0 | 0.17 | 283.15 | 0.63 | 0.55 |
| Hex | AB | 42 | D4 | 13 | 45 | 0 | 11 | 11B | 3F | 37 |
| Octal | 253 | 102 | 324 | 23 | 105 | 0 | 21 | 433 | 77 | 67 |
| Binary | 10101011 | 1000010 | 11010100 | 10011 | 1000101 | 0 | 10001 | 100011011 | 111111 | 110111 |
Color Harmonies of #AB42D4
Complementary color
Monochromatic Colors of #AB42D4
Black with #AB42D4
Text Example
Text Example
White with #AB42D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB42D4; }
p { color: rgb(171,66,212); }
H1.HeaderClassName
{
color: #AB42D4;
}
.AnyTagClassName
{
color: #AB42D4;
}
</style>
background-color css
<style>
a { background-color: #AB42D4; }
a { background-color: rgb(171,66,212); }
div.DivClassName
{
background-color: #AB42D4;
}
.BgClassName
{
background-color: #AB42D4;
}
</style>
border-color css
<style>
span { border-color: #AB42D4; }
span { border-color: rgb(171,66,212); }
td.TdClassName
{
border-color: #AB42D4;
}
.TagClassName
{
border-color: #AB42D4;
}
</style>