Shades of Medium Orchid #AB53F2
Tints of Medium Orchid #AB53F2
RGB
CMYK
RGB Variations
Color information
#AB53F2 (or 0xAB53F2) is known color: Medium Orchid. HEX triplet: AB, 53 and F2. RGB value is (171,83,242). Sum of RGB (Red+Green+Blue) = 171+83+242=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 83 (32.81% from 255 or 16.73% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB53F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB53F2 is #54AC0D. Grayscale: #7E7E7E. Windows color (decimal): -5549070 or 15881131. OLE color: 15881131.
HSL color Cylindrical-coordinate representation of color #AB53F2: hue angle of 273.21º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB53F2 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 83 | 242 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.05 |
| HSL | 273.21º | 0.86% | 0.64% | - |
| HSV(B) | 273.21º | 0.66% | 0.95% | - |
| XYZ | 35.91 | 21.26 | 86.21 | - |
| YUV | 127.44 | 192.65 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 242 | 0.29 | 0.66 | 0 | 0.05 | 273.21 | 0.86 | 0.64 |
| Hex | AB | 53 | F2 | 1D | 42 | 0 | 5 | 111 | 56 | 40 |
| Octal | 253 | 123 | 362 | 35 | 102 | 0 | 5 | 421 | 126 | 100 |
| Binary | 10101011 | 1010011 | 11110010 | 11101 | 1000010 | 0 | 101 | 100010001 | 1010110 | 1000000 |
Color Harmonies of #AB53F2
Complementary color
Monochromatic Colors of #AB53F2
Black with #AB53F2
Text Example
Text Example
White with #AB53F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB53F2; }
p { color: rgb(171,83,242); }
H1.HeaderClassName
{
color: #AB53F2;
}
.AnyTagClassName
{
color: #AB53F2;
}
</style>
background-color css
<style>
a { background-color: #AB53F2; }
a { background-color: rgb(171,83,242); }
div.DivClassName
{
background-color: #AB53F2;
}
.BgClassName
{
background-color: #AB53F2;
}
</style>
border-color css
<style>
span { border-color: #AB53F2; }
span { border-color: rgb(171,83,242); }
td.TdClassName
{
border-color: #AB53F2;
}
.TagClassName
{
border-color: #AB53F2;
}
</style>