Shades of Medium Orchid #AB50FF
Tints of Medium Orchid #AB50FF
RGB
CMYK
RGB Variations
Color information
#AB50FF (or 0xAB50FF) is known color: Medium Orchid. HEX triplet: AB, 50 and FF. RGB value is (171,80,255). Sum of RGB (Red+Green+Blue) = 171+80+255=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB50FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB50FF is #54AF00. Grayscale: #7E7E7E. Windows color (decimal): -5549825 or 16732331. OLE color: 16732331.
HSL color Cylindrical-coordinate representation of color #AB50FF: hue angle of 271.2º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB50FF is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 80 | 255 | - |
| CMYK | 0.33 | 0.69 | 0 | 0 |
| HSL | 271.2º | 1% | 0.66% | - |
| HSV(B) | 271.2º | 0.69% | 1% | - |
| XYZ | 37.71 | 21.62 | 96.79 | - |
| YUV | 127.16 | 200.15 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 255 | 0.33 | 0.69 | 0 | 0 | 271.2 | 1 | 0.66 |
| Hex | AB | 50 | FF | 21 | 45 | 0 | 0 | 10F | 64 | 42 |
| Octal | 253 | 120 | 377 | 41 | 105 | 0 | 0 | 417 | 144 | 102 |
| Binary | 10101011 | 1010000 | 11111111 | 100001 | 1000101 | 0 | 0 | 100001111 | 1100100 | 1000010 |
Color Harmonies of #AB50FF
Complementary color
Monochromatic Colors of #AB50FF
Black with #AB50FF
Text Example
Text Example
White with #AB50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB50FF; }
p { color: rgb(171,80,255); }
H1.HeaderClassName
{
color: #AB50FF;
}
.AnyTagClassName
{
color: #AB50FF;
}
</style>
background-color css
<style>
a { background-color: #AB50FF; }
a { background-color: rgb(171,80,255); }
div.DivClassName
{
background-color: #AB50FF;
}
.BgClassName
{
background-color: #AB50FF;
}
</style>
border-color css
<style>
span { border-color: #AB50FF; }
span { border-color: rgb(171,80,255); }
td.TdClassName
{
border-color: #AB50FF;
}
.TagClassName
{
border-color: #AB50FF;
}
</style>